ushalow
[clean-tests.git] / letrec / test.icl
1 module test
2
3 Start =
4 let a = b
5 b = f a
6 in a