]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Forall1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Forall1.scl
index 32e51a716ec592552eb9e7ed22b8e77b067c689f..e543d19cceb92512363dcdca681a8165f39a8088 100644 (file)
@@ -1,8 +1,8 @@
-     \r
-id :: forall a. a -> a\r
-   // ^ not usually needed, but we test just that this is possible\r
-id x = x\r
-\r
-main = id (3 :: Integer)\r
---\r
+     
+id :: forall a. a -> a
+   // ^ not usually needed, but we test just that this is possible
+id x = x
+
+main = id (3 :: Integer)
+--
 3
\ No newline at end of file