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
/
test38.tig
Commit
Line
Data
38ffcb1f
SK
1
/* This is illegal, since there are two types with the same name
2
in the same (consecutive) batch of mutually recursive types.
3
See also test47 */
4
let
5
type a = int
6
type a = string
7
in
8
0
9
end
This page took
0.025295 seconds
and
4
git commands to generate.