Test every book test case
[tiger.ml.git] / compiler / testcases / test41.tig
CommitLineData
38ffcb1f
SK
1/* local types hide global */
2let
3 type a = int
4in
5 let
6 type a = string
7 in
8 0
9 end
10end
This page took 0.024078 seconds and 4 git commands to generate.