Idris2-boot/tests/ttimp/eta002
Edwin Brady 8081b0374a First attempt at linearity checking pass
This slows things down a bit because to find the holes and give them the
right multiplicities, we need to normalise all the arguments which might
have been metavariables. Maybe we should skip this if we're not using
anything linear, for efficiency?

As patterns are handled by deciding which side of the as is considered
'used'. In case blocks, that should be the variable name, but in general
it should be the pattern, so IAs now has a flag to say which one.
2019-05-19 20:24:14 +01:00
..
Eta.yaff Support eta in unification 2019-05-07 15:06:00 +01:00
expected First attempt at linearity checking pass 2019-05-19 20:24:14 +01:00
input Support eta in unification 2019-05-07 15:06:00 +01:00
run Support eta in unification 2019-05-07 15:06:00 +01:00