]> gerrit.simantics Code Review - simantics/platform.git/blob - Maybe2.scl
0bc50fb5e0d3763f53de03cd93d10a9776012e5f
[simantics/platform.git] / 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