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