home
/
code
/
tiger.ml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Expose option module to the rest of the program
[tiger.ml.git]
/
compiler
/
testcases
/
test44.tig
1
/* valid nil initialization and assignment */
2
let
3
4
type rectype = {name:string, id:int}
5
var b:rectype := nil
6
7
in
8
9
b := nil
10
11
end
This page took
0.065722 seconds
and
4
git commands to generate.