66843c9696d4b87c35ffd46c5ebb11ba2328f752
[tiger.ml.git] / test38.tig
1 /* This is illegal, since there are two types with the same name
2 in the same (consecutive) batch of mutually recursive types.
3 See also test47 */
4 let
5 type a = int
6 type a = string
7 in
8 0
9 end
This page took 0.090038 seconds and 3 git commands to generate.