Begin translation module
[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.065206 seconds and 5 git commands to generate.