Idris2/tests/idris2/literate012
Edwin Brady 97ee3d4cd3 Check LHS arguments are polymorphic enough
We already did this, but missed a few cases due to the way arguments are
elaborated. So now, when checking an LHS, we don't allow LHS argument
types to be inferred from the pattern, but rather they must be inferred
from elsewhere. To do this, we keep track of the constraints which would
be solved when inferring the type, and make sure they don't solve any
new metavariables. Fixes #1510, and also now gets the error location
right as a bonus!
2021-06-13 13:31:40 +01:00
..
expected Check LHS arguments are polymorphic enough 2021-06-13 13:31:40 +01:00
IEdit2.org Add test script 2020-05-19 18:25:18 +01:00
IEdit.org Add test script 2020-05-19 18:25:18 +01:00
input Add test script 2020-05-19 18:25:18 +01:00
run Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00