3929a3ce9f9484a216747402788ac7380bac582e
[tiger.ml.git] / compiler / testcases / test34.tig
1 /* error : formals and actuals have different types */
2 let
3 function g (a:int , b:string):int = a
4 in
5 g("one", "two")
6 end
This page took 0.06248 seconds and 5 git commands to generate.