Begin translation module
[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.059191 seconds and 5 git commands to generate.