summaryrefslogtreecommitdiff
path: root/MLKCons.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCons.m')
-rw-r--r--MLKCons.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKCons.m b/MLKCons.m
index 9e49d45..2ab5a8b 100644
--- a/MLKCons.m
+++ b/MLKCons.m
@@ -34,6 +34,7 @@
-(MLKCons*) initWithCar:(id)car cdr:(id)cdr
{
self = [super init];
+ // NSLog (@"CONS: %@", MLKPrintToString(car));
LASSIGN (_car, car);
LASSIGN (_cdr, cdr);
return self;