Purge (macro?)

This commit is contained in:
Justin Ethier 2016-07-14 22:32:18 -04:00
parent 089a64d290
commit bd9a134e34

View file

@ -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")