home
/
code
/
tiger.ml.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fail successful execution when expected error is defined
[tiger.ml.git]
/
compiler
/
testcases
/
test03.tig
Commit
Line
Data
38ffcb1f
SK
1
/* a record type and a record variable */
2
let
3
type rectype = {name:string, age:int}
4
var rec1:rectype := rectype {name="Nobody", age=1000}
5
in
6
rec1.name := "Somebody";
7
rec1
8
end
This page took
0.033302 seconds
and
4
git commands to generate.