home
/
code
/
tiger.ml.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fail successful execution when expected error is defined
[tiger.ml.git]
/
compiler
/
testcases
/
test34.tig
Commit
Line
Data
38ffcb1f
SK
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.024883 seconds
and
4
git commands to generate.