Commit fccae2b
committed
Remove unnecessary call to constrainResult
This was originally added in #1395 to make the following compile:
(1, x => 2): (Int, Int => Int)
But reverting this change doesn't break anything anymore: the other call
to `constrainResult` in `Application#init` is enough to propagate the
constraint needed to type lambda. The strange thing is that this call
already existed before #1395, I don't know why it wasn't enough back then.1 parent 1ed25ce commit fccae2b
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | 894 | | |
904 | 895 | | |
905 | 896 | | |
| |||
0 commit comments