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