]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/SumOfInverses2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / SumOfInverses2.scl
index d3cacbae2005cf037c7d3bc59106069db65f60d8..e082016fb0c39c5e4fec6a5085de936fcb46c7bb 100644 (file)
@@ -1,8 +1,8 @@
-import "Prelude"\r
-\r
-f :: Integer -> Double\r
-f m = sum [1/(fromInteger x) | x <- [1..m]]\r
-\r
-main = f 100\r
---\r
-5.187377517639621\r
+import "Prelude"
+
+f :: Integer -> Double
+f m = sum [1/(fromInteger x) | x <- [1..m]]
+
+main = f 100
+--
+5.187377517639621