modern-compiler-ml/tiger/testcases/test41.tig
jmug 33d8bac511 Add the tiger source code bundle from the book site
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2024-12-18 15:18:45 -08:00

10 lines
91 B
Text

/* local types hide global */
let
type a = int
in
let
type a = string
in
0
end
end