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