]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Matching5.scl
Added a unit test for bug 6989 and some methods to print expressions
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Matching5.scl
1 main = do 
2     match () with
3         () -> "Hello"
4 --
5 Hello