Make SYMBOL? and SYMBOL->STRING foldable operators.
authorJoe Marshall <jmarshall@alum.mit.edu>
Sun, 28 Mar 2010 22:07:46 +0000 (15:07 -0700)
committerJoe Marshall <jmarshall@alum.mit.edu>
Sun, 28 Mar 2010 22:07:46 +0000 (15:07 -0700)
src/runtime/scomb.scm

index 5a92ec731651ca3b276e6ab0ec5e3f5d24778b09..2806e03d4578c0d7a287e043f36f818964534547 100644 (file)
@@ -118,6 +118,8 @@ USA.
               ;; be side-effected, but it is useful to be able to
               ;; constant fold this primitive anyway.
               STRING->SYMBOL
+              SYMBOL->STRING
+              SYMBOL?
               ZERO-FIXNUM?
               ZERO?
               ))))