I guess extend-type does changes only to generated java class and the var
defrecordissue.arecord->ARecord
contains the 'old' version of ARecord constructor. Obviously it would be
weird for defprotocol to change the variable in another namespace.
Especially when you can extend a record from anyw
I guess you have to import defrecord generated class before you want to use
it, check the sample from clojuredocs about defrecord
; If you define a defrecord in one namespace and want to use it
> ; from another, first require the namespace and then import
> ; the record as a regular class.
> ; Th
I guess you should just grep clojure core source for defprotocol, defmulti
and so on.
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated -