home
/
code
/
tiger.ml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix - check number of arguments in function calls
[tiger.ml.git]
/
compiler
/
testcases
/
test22.tig
1
/* error : field not in record type */
2
3
let
4
type rectype = {name:string , id:int}
5
var rec1 := rectype {name="Name", id=0}
6
in
7
rec1.nam := "asd"
8
end
This page took
0.062129 seconds
and
4
git commands to generate.