Merge branch 'master' of git.martlubbers.net:clean-tests
[clean-tests.git] / if / test.icl
1 module test
2
3 import Data.Func
4
5 Start = (if` True 42) 52
6
7 if` c t e :== if c t e