]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Timing.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Timing.scl
index deb6d507cfa5884515c9f50f49d96b8f4b3a43ab..63d8058c6ba0d345d6af99193e076be0620766c0 100644 (file)
@@ -1,10 +1,10 @@
-import "StandardLibrary"\r
-\r
-main = do \r
-    (r,t) = Debug.time (foldl (+) 0 \r
-                   $ map (\(_,_,z) -> z) \r
-                   $ [(a,b,c) | a <- [1..50], b <- [1..50], c <- [1..50], a*a + b*b == c*c])\r
-    print t\r
-    r\r
---\r
+import "StandardLibrary"
+
+main = do 
+    (r,t) = Debug.time (foldl (+) 0 
+                   $ map (\(_,_,z) -> z) 
+                   $ [(a,b,c) | a <- [1..50], b <- [1..50], c <- [1..50], a*a + b*b == c*c])
+    print t
+    r
+--
 1172
\ No newline at end of file