30cd55a42202d18f66eccb3317c949d7b1b7455d
[tiger.ml.git] / test36.tig
1 /* error : formals are fewer then actuals */
2 let
3 function g (a:int , b:string):int = a
4 in
5 g(3,"one",5)
6 end
This page took 0.05981 seconds and 3 git commands to generate.