mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Do not precompute user defined prim
This commit is contained in:
parent
eb4a4b9aff
commit
5112aa9f46
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@
|
||||||
(and
|
(and
|
||||||
(pair? ast)
|
(pair? ast)
|
||||||
(prim? (car ast))
|
(prim? (car ast))
|
||||||
|
(not (prim:udf? (car ast)))
|
||||||
;; Does not make sense to precompute these
|
;; Does not make sense to precompute these
|
||||||
(not (member (car ast)
|
(not (member (car ast)
|
||||||
'(Cyc-global-vars
|
'(Cyc-global-vars
|
||||||
|
|
Loading…
Add table
Reference in a new issue