home
/
code
/
tiger.ml.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix - check number of arguments in function calls
[tiger.ml.git]
/
compiler
/
testcases
/
test46.tig
Commit
Line
Data
38ffcb1f
SK
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.024986 seconds
and
4
git commands to generate.