]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Vector2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Vector2.scl
index 43c0c5359fa814bc9f8bded6d8e27f6518b0be4e..3d8b5f5b601611720abe94ebc9a3a5ef43b8aafa 100644 (file)
@@ -1,8 +1,8 @@
-import "StandardLibrary"\r
-\r
-convertDataset :: [Double] -> [Double] -> Vector (Vector Double)\r
-convertDataset xs ys = vector [vector xs, vector ys]\r
-\r
-main = "Foo"\r
---\r
+import "StandardLibrary"
+
+convertDataset :: [Double] -> [Double] -> Vector (Vector Double)
+convertDataset xs ys = vector [vector xs, vector ys]
+
+main = "Foo"
+--
 Foo
\ No newline at end of file