mirror of
https://github.com/justinethier/cyclone.git
synced 2025-06-13 14:25:06 +02:00
Purge (macro?)
This commit is contained in:
parent
089a64d290
commit
bd9a134e34
1 changed files with 0 additions and 3 deletions
|
@ -135,7 +135,6 @@
|
||||||
pair?
|
pair?
|
||||||
port?
|
port?
|
||||||
procedure?
|
procedure?
|
||||||
macro?
|
|
||||||
Cyc-macro?
|
Cyc-macro?
|
||||||
vector?
|
vector?
|
||||||
string?
|
string?
|
||||||
|
@ -276,7 +275,6 @@
|
||||||
(pair? 1 1)
|
(pair? 1 1)
|
||||||
(port? 1 1)
|
(port? 1 1)
|
||||||
(procedure? 1 1)
|
(procedure? 1 1)
|
||||||
(macro? 1 1)
|
|
||||||
(Cyc-macro? 1 1)
|
(Cyc-macro? 1 1)
|
||||||
(vector? 1 1)
|
(vector? 1 1)
|
||||||
(string? 1 1)
|
(string? 1 1)
|
||||||
|
@ -510,7 +508,6 @@
|
||||||
((eq? p 'integer?) "Cyc_is_integer")
|
((eq? p 'integer?) "Cyc_is_integer")
|
||||||
((eq? p 'pair?) "Cyc_is_pair")
|
((eq? p 'pair?) "Cyc_is_pair")
|
||||||
((eq? p 'procedure?) "Cyc_is_procedure")
|
((eq? p 'procedure?) "Cyc_is_procedure")
|
||||||
((eq? p 'macro?) "Cyc_is_macro")
|
|
||||||
((eq? p 'Cyc-macro?) "Cyc_is_macro")
|
((eq? p 'Cyc-macro?) "Cyc_is_macro")
|
||||||
((eq? p 'port?) "Cyc_is_port")
|
((eq? p 'port?) "Cyc_is_port")
|
||||||
((eq? p 'vector?) "Cyc_is_vector")
|
((eq? p 'vector?) "Cyc_is_vector")
|
||||||
|
|
Loading…
Add table
Reference in a new issue