]> git.lizzy.rs Git - nothing.git/blobdiff - src/ebisp/builtins.h
Add TODO(#928)
[nothing.git] / src / ebisp / builtins.h
index f73526c490c77ce3064db1f46378f01df5cd1934..225f1d8fc51e14a4353b0c970454cc78e2ab2c3d 100644 (file)
@@ -14,7 +14,6 @@ bool list_p(struct Expr obj);
 bool list_of_symbols_p(struct Expr obj);
 bool lambda_p(struct Expr obj);
 
-bool is_lambda(struct Cons *cons);
 bool is_special(const char *name);
 
 long int length_of_list(struct Expr obj);