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