4aed8881e1b4434199e3086b959ef8f29608b2d4
[tiger.ml.git] / 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.064718 seconds and 3 git commands to generate.