modern-compiler-ml/tiger/testcases/test43.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

7 lines
98 B
Text

/* initialize with unit and causing type mismatch in addition */
let
var a := ()
in
a + 3
end