specmonstah
This commit is contained in:
parent
226c804c27
commit
1848156098
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@
|
||||||
'double* (copy-var gen/double* gns)
|
'double* (copy-var gen/double* gns)
|
||||||
'return (copy-var gen/return 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)})
|
'gen-for-pred (copy-var gen/gen-for-pred gns)
|
||||||
|
'such-that (copy-var gen/such-that gns)})
|
||||||
|
|
||||||
;; def-impl
|
;; def-impl
|
||||||
;; -> spec? ;; OK
|
;; -> spec? ;; OK
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue