Test every book test case
[tiger.ml.git] / compiler / testcases / test36.tig
CommitLineData
38ffcb1f
SK
1/* error : formals are fewer then actuals */
2let
3 function g (a:int , b:string):int = a
4in
5 g(3,"one",5)
6end
This page took 0.018436 seconds and 4 git commands to generate.