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