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
/
test17.tig
Commit
Line
Data
38ffcb1f
SK
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.027211 seconds
and
4
git commands to generate.