From: Tim Vaughan Date: Sun, 23 Oct 2016 02:52:34 +0000 (+1300) Subject: Marked compound procedure type as pairlike. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=commitdiff_plain;h=c1614af3cb919d99081fb11d7ba2c1a83cb2d408 Marked compound procedure type as pairlike. --- 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 ;