Test every book test case
[tiger.ml.git] / compiler / testcases / test36.tig
diff --git a/compiler/testcases/test36.tig b/compiler/testcases/test36.tig
new file mode 100644 (file)
index 0000000..30cd55a
--- /dev/null
@@ -0,0 +1,6 @@
+/* error : formals are fewer then actuals */
+let
+       function g (a:int , b:string):int = a
+in
+       g(3,"one",5)
+end
This page took 0.029566 seconds and 4 git commands to generate.