]> git.lizzy.rs Git - nothing.git/blobdiff - src/script/builtins.h
TODO(#330)
[nothing.git] / src / script / builtins.h
index e51f0c36901483cbf768813e7a268d9fa9a3cbfb..84fdc6caaaab86801cef5def4d6b455167f4ea21 100644 (file)
@@ -8,6 +8,7 @@ bool equal(struct Expr obj1, struct Expr obj2);
 bool nil_p(struct Expr obj);
 bool symbol_p(struct Expr obj);
 bool cons_p(struct Expr obj);
+bool list_p(struct Expr obj);
 
 struct Expr assoc(struct Expr key, struct Expr alist);