From d7f9f6654238785a794b057d6c218ef9cbd7b62c Mon Sep 17 00:00:00 2001 From: Joe Marshall Date: Sun, 28 Mar 2010 15:40:46 -0700 Subject: [PATCH] Can't fold non-primitives. --- src/runtime/scomb.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runtime/scomb.scm b/src/runtime/scomb.scm index 2806e03d4..5a92ec731 100644 --- a/src/runtime/scomb.scm +++ b/src/runtime/scomb.scm @@ -118,8 +118,6 @@ 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? )))) -- 2.25.1