]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Composition.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Composition.scl
index 80b1c06a420e6869502850cd33f581853566bbc8..a98f486f9175ccf7bd541619409b0f6495c31c18 100644 (file)
@@ -1,17 +1,17 @@
-infixr 9 (.)\r
-\r
-@private\r
-@inline\r
-(f . g) = \x -> f (g x)\r
-\r
-@private\r
-@inline\r
-flip (x,y) = (y,x)\r
-\r
-@private\r
-@inline\r
-flip4 = flip . flip . flip . flip\r
-\r
-main = flip4 ("a", "b")\r
---\r
+infixr 9 (.)
+
+@private
+@inline
+(f . g) = \x -> f (g x)
+
+@private
+@inline
+flip (x,y) = (y,x)
+
+@private
+@inline
+flip4 = flip . flip . flip . flip
+
+main = flip4 ("a", "b")
+--
 (a,b)
\ No newline at end of file