]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Maybe3.scl
Merge commit '3b5069d' into develop
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Maybe3.scl
1 a = Just "ABC"\r
2 main = match a with\r
3     Nothing -> "Incorrect"\r
4     Just x -> x\r
5 --\r
6 ABC