File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 175175 protocol-impls)]
176176 (emit-deftype rec-type record-name factory-fn-sym
177177 `(defn ~(with-meta factory-fn-sym
178- {:doc (str " Positional factory function for class " rec-type " ." )
179- :arglists (list fields)})
178+ {:doc (str " Positional factory function for class " rec-type " ." )})
180179 ~fields
181180 (sci.impl.deftype/->type-impl '~rec-type ~record-name ~record-name (zipmap ~(list 'quote fields) ~fields)))
182181 protocol-impls))))
Original file line number Diff line number Diff line change 343343 meta# (with-meta meta#)))))
344344
345345 (defn ~(with-meta factory-fn-sym
346- {:doc (str " Positional factory function for class " rec-type " ." )
347- :arglists (list fields)})
346+ {:doc (str " Positional factory function for class " rec-type " ." )})
348347 (~fields
349348 (~constructor-fn-sym ~@fields nil nil )))
350349 (defn ~(with-meta map-factory-sym
You can’t perform that action at this time.
0 commit comments