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