Skip to content

Commit 429ca6b

Browse files
author
dnolen
committed
add toString implementation to Vars
1 parent f0b8531 commit 429ca6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,8 @@
10081008
Object
10091009
(isMacro [_]
10101010
(. (val) -cljs$lang$macro))
1011+
(toString [_]
1012+
(str "#'" sym))
10111013
IDeref
10121014
(-deref [_] (val))
10131015
IMeta

0 commit comments

Comments
 (0)