Test every book test case
[tiger.ml.git] / compiler / testcases / test16.tig
1 /* error: mutually recursive types thet do not pass through record or array */
2 let
3
4 type a=c
5 type b=a
6 type c=d
7 type d=a
8
9 in
10 ""
11 end
This page took 0.051408 seconds and 4 git commands to generate.