mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-23 03:05:00 +03:00
8081b0374a
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.
6 lines
33 B
Plaintext
6 lines
33 B
Plaintext
:t foo
|
|
:t bar
|
|
:t baz1
|
|
:t baz2
|
|
:q
|