]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Maybe2.scl
Merge "Bundle com.sun.jna and com.sun.jna.platform version 4.2.2 as plug-ins."
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Maybe2.scl
1 a = Just True\r
2 main = match a with\r
3     Nothing -> False\r
4     Just x -> x\r
5 --\r
6 true