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
/
test17.tig
1
/* error: definition of recursive types is interrupted */
2
let
3
/* define a tree */
4
type tree ={key: int, children: treelist}
5
var d:int :=0
6
type treelist = {hd: tree, tl: treelist}
7
8
in
9
d
10
end
This page took
0.072507 seconds
and
4
git commands to generate.