]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Maybe3.scl
Re-enabled Acorn transaction cancellation support for testing
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / 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