home
/
code
/
tiger.ml.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Expose option module to the rest of the program
[tiger.ml.git]
/
compiler
/
testcases
/
test16.tig
Commit
Line
Data
38ffcb1f
SK
1
/* error: mutually recursive types thet do not pass through record or array */
2
let
3
4
type a=c
5
type b=a
6
type c=d
7
type d=a
8
9
in
10
""
11
end
This page took
0.029846 seconds
and
4
git commands to generate.