Fix call to COMBINATION/MAKE in sf/reduct.scm.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 31 Jul 2011 23:48:20 +0000 (23:48 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 31 Jul 2011 23:48:20 +0000 (23:48 +0000)
src/sf/reduct.scm

index ebaa4f59622175f1cbb294681f8a5fcb35e7dbd0..bd119106af07ee30b5680e9d87d067478f0d6beb 100644 (file)
@@ -506,7 +506,7 @@ Examples:
                                             (car candidate)
                                             decl-block)))
              #f
-             (combination/make (and expr (object/scode expr))
+             (combination/make expr
                                block
                                (let ((frob (cdr candidate)))
                                  (if (variable? frob)