]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Macros1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Macros1.scl
index 37b4e053eb491c40625140e3c6877225d6aa3558..33844718f6db8c8fd5b7c92f5a4262a417dfda2e 100644 (file)
@@ -1,8 +1,8 @@
-@macro\r
-(||) :: Boolean -> Boolean -> Boolean \r
-a || b = if a then True else b\r
-\r
-main :: Boolean\r
-main = True || (fail "This should not be executed")\r
---\r
+@macro
+(||) :: Boolean -> Boolean -> Boolean 
+a || b = if a then True else b
+
+main :: Boolean
+main = True || (fail "This should not be executed")
+--
 true
\ No newline at end of file