]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/JavaConstructors.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / JavaConstructors.scl
index d3ee020f9e689c2f1f0ec9821cc08e838149d813..6086a263f8562d9ec732491b53d550b6e3c8780e 100644 (file)
@@ -1,11 +1,11 @@
-\r
-@JavaType "org.simantics.scl.runtime.tuple.Tuple3"\r
-data Tuple3 a b c =\r
-    @FieldNames [c0, c1, c2] \r
-    Tuple3 a b c\r
-    \r
-toTuple (Tuple3 x y z) = (x, y, z)\r
-\r
-main = toTuple (Tuple3 "x" "y" "z")\r
---\r
+
+@JavaType "org.simantics.scl.runtime.tuple.Tuple3"
+data Tuple3 a b c =
+    @FieldNames [c0, c1, c2] 
+    Tuple3 a b c
+    
+toTuple (Tuple3 x y z) = (x, y, z)
+
+main = toTuple (Tuple3 "x" "y" "z")
+--
 (x,y,z)
\ No newline at end of file