]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/InstanceTypeVariables.scl
Merged changes from feature/scl to master.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / InstanceTypeVariables.scl
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/InstanceTypeVariables.scl b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/InstanceTypeVariables.scl
deleted file mode 100644 (file)
index e4ee646..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-class Foo a b where\r
-    foo :: a -> b\r
-\r
-instance Foo a a where\r
-    foo x = x :: a\r
-\r
-main = "OK"\r
---\r
-OK\r
-\r