gen-for-pred
This commit is contained in:
parent
5186042663
commit
226c804c27
1 changed files with 2 additions and 1 deletions
|
|
@ -115,7 +115,8 @@
|
|||
'large-integer* (copy-var gen/large-integer* gns)
|
||||
'double* (copy-var gen/double* gns)
|
||||
'return (copy-var gen/return gns)
|
||||
'symbol (copy-var gen/symbol gns)})
|
||||
'symbol (copy-var gen/symbol gns)
|
||||
'gen-for-pred (copy-var gen/gen-for-pred gns)})
|
||||
|
||||
;; def-impl
|
||||
;; -> spec? ;; OK
|
||||
|
|
|
|||
Loading…
Reference in a new issue