Idris2/libs
Edwin Brady 7733c85fd5 New way of instantiating metavariables
The old way only worked by chance, because the argumemt order happens to
be the same in all cases. I noticed due to some experiments elsewhere
with different ways of elaborating case, which broke that assumption.

The meaning of the list of Vars is actually the opposite of what it was
taken to be... fortunately, the performance works out roughly the same.
Also this way is (arguably) simpler, which is usually a good sign.
2020-06-06 18:43:06 +01:00
..
base New way of instantiating metavariables 2020-06-06 18:43:06 +01:00
contrib some proofs and views around lists (#133) 2020-06-01 08:28:37 +01:00
network Move network support to libidris2_support 2020-05-23 15:52:33 +01:00
prelude Add Bits primitives 2020-06-01 11:48:03 +01:00