fixed field selectors on arity 0 functions
[cc1516.git] / examples / higher.spl
index 59bbbf5..4fdde0f 100644 (file)
@@ -50,7 +50,7 @@ main(){
     var plus = \x y->x+y;
 
     var g = map(plus, [1,2,3]);
-    var is = map(\f->f(1), g);
+    //var is = map(\f->f(1), g);
 
     //print("is.hd", is.hd);