]> gerrit.simantics Code Review - simantics/platform.git/blob - Maybe3.scl
8a0f12070d6460b8dc09f83be8f0785de5ebe1e2
[simantics/platform.git] / 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