e6a7f05f6efc6101c55bcca32074d16ee131393b
[cc1516.git] / examples / test.spl
1 Bool n = True;
2
3 f(n) :: Int -> Int{
4 var m = n+1;
5 return n;
6 }