]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ExistentialData2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ExistentialData2.scl
index b0299691e27740d6a08c1809cf4a475a08a74977..6f0a02dc2d353d3838583532078e1bd43cdb436a 100644 (file)
@@ -1,7 +1,7 @@
-data Thunk a = /* forall s. */ Thunk s (s -> a)\r
-\r
-mixThunks (Thunk s0 f0) (Thunk s1 f1) = f0 s1\r
-\r
-main = "Not to be executed!"\r
---\r
+data Thunk a = /* forall s. */ Thunk s (s -> a)
+
+mixThunks (Thunk s0 f0) (Thunk s1 f1) = f0 s1
+
+main = "Not to be executed!"
+--
 3:44-3:46: Expected <a> got <b>.
\ No newline at end of file