Idris2/libs/base/Data
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
..
List Fix import loading 2020-05-27 15:49:03 +01:00
Nat Fix import loading 2020-05-27 15:49:03 +01:00
Primitives Add libraries 2020-05-18 14:00:08 +01:00
Buffer.idr Add Bits primitives 2020-06-01 11:48:03 +01:00
Either.idr Add libraries 2020-05-18 14:00:08 +01:00
Fin.idr Fix import loading 2020-05-27 15:49:03 +01:00
IOArray.idr IOArray needs to export max 2020-05-30 17:40:48 +01:00
IORef.idr Experiment %syntactic flag on with 2020-05-29 16:39:11 +01:00
List.idr New way of instantiating metavariables 2020-06-06 18:43:06 +01:00
Maybe.idr Add a total version of the fromMaybe 2020-05-21 02:11:35 +08:00
Morphisms.idr Add libraries 2020-05-18 14:00:08 +01:00
Nat.idr More coverage checking fixes 2020-05-24 18:33:43 +01:00
So.idr Add libraries 2020-05-18 14:00:08 +01:00
Stream.idr Add libraries 2020-05-18 14:00:08 +01:00
Strings.idr All functions now need to be covering by default 2020-05-24 19:58:20 +01:00
Vect.idr Add libraries 2020-05-18 14:00:08 +01:00