Detect cycles in type declarations
[tiger.ml.git] / compiler / testcases / test46.tig
... / ...
CommitLineData
1/* valid rec comparisons */
2let
3 type rectype = {name:string, id:int}
4 var b:rectype := nil
5in
6 b = nil;
7 b <> nil
8end
This page took 0.019343 seconds and 4 git commands to generate.