summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-27 12:44:25 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-27 12:44:25 +0200
commitcb23a76bbd3b7b1ccf4a5ec8894437e449a9047d (patch)
treec3a2a88747a51bf02a4ca028b9a12462eb549ec7 /MLKCons.h
parent01703b9a42e4dac6ae83127ba8fc224e6f581c92 (diff)
MLKInterpreter: Implement the %LAMBDA operator.
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKCons.h b/MLKCons.h
index a93e3d2..739fb40 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -28,6 +28,7 @@
}
+(MLKCons*) cons:(id)car with:(id)cdr;
++(MLKCons*) listWithArray:(NSArray *)array;
-(MLKCons*) initWithCar:(id)car cdr:(id)cdr;