X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Ftests%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FLayout1.scl;fp=bundles%2Forg.simantics.scl.compiler%2Ftests%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FLayout1.scl;h=0000000000000000000000000000000000000000;hp=f68e9a6a712d97a32844c3db1b20c2b8cf02b063;hb=a8758de5bc19e5adb3f618d3038743a164f09912;hpb=12d9af17384d960b75d58c3935d2b7b46d93e87b diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Layout1.scl b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Layout1.scl deleted file mode 100644 index f68e9a6a7..000000000 --- a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Layout1.scl +++ /dev/null @@ -1,12 +0,0 @@ -import "Prelude" - -foobar x = match x with - Left lt -> foo lt - Right rt -> bar rt - where - foo x = "left " + show x - bar x = "right " + show x - -main = foobar (Left "ASD" :: Either String String) --- -left "ASD" \ No newline at end of file