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;fp=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FList.scl;h=ff1391438b7fda7f78e547d2af2039d98263fd48;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=b746c31ca66ccd56e35d3da0094b947ab84eacfc;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;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