We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b18b3 commit 410784cCopy full SHA for 410784c
src/sci/lang.cljc
@@ -15,6 +15,8 @@
15
(getVal [_] data)
16
(setVal [_ v] (set! data v))
17
Object
18
+ ;; NOTE: returns "user.Foo" rather than "class user.Foo" (unlike java.lang.Class).
19
+ ;; Changing this would break downstream libs (e.g. prismatic/schema).
20
(toString [_]
21
(str (:sci.impl/type-name data)))
22
0 commit comments