7ba4e147279c1b9f8df08197a516d76e04dd860e
[tiger.ml.git] / test48.tig
1 /* This is legal. The second function "g" simply hides the first one.
2 Because of the intervening variable declaration, the two "g" functions
3 are not in the same batch of mutually recursive functions.
4 See also test39 */
5 let
6 function g(a:int):int = a
7 type t = int
8 function g(a:int):int = a
9 in
10 0
11 end
This page took 0.091362 seconds and 3 git commands to generate.