The Lambda Lab
/
projects
/
scheme.forth.jl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52243a6
)
Marked compound procedure type as pairlike.
author
Tim Vaughan
<tgvaughan@gmail.com>
Sun, 23 Oct 2016 02:52:34 +0000
(15:52 +1300)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Sun, 23 Oct 2016 02:52:34 +0000
(15:52 +1300)
scheme.4th
patch
|
blob
|
history
diff --git
a/scheme.4th
b/scheme.4th
index
3e7b827
..
3ea9d66
100644
(file)
--- 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
;