Idris2/libs/base
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
..
Control Add visibility rules on types 2020-05-30 17:03:15 +01:00
Data New way of instantiating metavariables 2020-06-06 18:43:06 +01:00
Debug Add libraries 2020-05-18 14:00:08 +01:00
Decidable Add libraries 2020-05-18 14:00:08 +01:00
Language Make lambda elaborator dependent 2020-06-03 20:23:36 +01:00
System Add visibility rules on types 2020-05-30 17:03:15 +01:00
base.ipkg add Data.List.Quantifiers 2020-05-24 03:15:38 +02:00
Makefile Refactor makefiles 2020-05-19 18:50:47 +06:00
System.idr Fix import loading 2020-05-27 15:49:03 +01:00