X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FList.scl;h=ff1391438b7fda7f78e547d2af2039d98263fd48;hb=b123fe92f27f72b9132ec52c9494fb8d8715d2ed;hp=b746c31ca66ccd56e35d3da0094b947ab84eacfc;hpb=43ddca759254b8e38029c1041d91cbdd7890c9b5;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/List.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/List.scl index b746c31ca..ff1391438 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/List.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/List.scl @@ -1,7 +1,7 @@ - -data List a = Nil | Cons a (List a) - -main :: List Integer -main = Cons (3 :: Integer) Nil --- + +data List a = Nil | Cons a (List a) + +main :: List Integer +main = Cons (3 :: Integer) Nil +-- (Cons 3 Nil) \ No newline at end of file