]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax11.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListSyntax11.scl
index 15f0441906e8341ed557418a8f00afbd84256f81..fb4199b830e7eef4b7385d656275ecdb9c71052b 100644 (file)
@@ -1,8 +1,8 @@
-import "Prelude"\r
-\r
-dists l = sum [sqrt (x*x+y*y) \r
-              | (x,y) <- l ]\r
-              \r
-main = dists [(0,0),(1,1),(2,0)]\r
---            \r
+import "Prelude"
+
+dists l = sum [sqrt (x*x+y*y) 
+              | (x,y) <- l ]
+              
+main = dists [(0,0),(1,1),(2,0)]
+--            
 3.414213562373095
\ No newline at end of file