11 lines
91 B
Text
11 lines
91 B
Text
|
|
/* local types hide global */
|
||
|
|
let
|
||
|
|
type a = int
|
||
|
|
in
|
||
|
|
let
|
||
|
|
type a = string
|
||
|
|
in
|
||
|
|
0
|
||
|
|
end
|
||
|
|
end
|