From c1614af3cb919d99081fb11d7ba2c1a83cb2d408 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Sun, 23 Oct 2016 15:52:34 +1300 Subject: [PATCH] Marked compound procedure type as pairlike. --- scheme.4th | 1 + 1 file changed, 1 insertion(+) diff --git a/scheme.4th b/scheme.4th index 3e7b827..3ea9d66 100644 --- a/scheme.4th +++ b/scheme.4th @@ -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 ; -- 2.20.1