Marked compound procedure type as pairlike.
authorTim Vaughan <tgvaughan@gmail.com>
Sun, 23 Oct 2016 02:52:34 +0000 (15:52 +1300)
committerTim Vaughan <tgvaughan@gmail.com>
Sun, 23 Oct 2016 02:52:34 +0000 (15:52 +1300)
scheme.4th

index 3e7b827..3ea9d66 100644 (file)
@@ -143,6 +143,7 @@ false gc-enabled !
     pair-type istype? if true exit then
     string-type istype? if true exit then
     symbol-type istype? if true exit then
+    compound-proc-type istype? if true exit then
 
     false
 ;