Age | Commit message (Collapse) | Author |
|
We never used the equality property. Thus a simple function is
sufficient here. We always fulfilled the property using ≡-to-Π anyway.
|
|
Fixes compilation with Agda 2.4.2.
|
|
This allows bff to be more precise with regard to its failure modes,
even though we are not yet making use of that projected precision. It
allows inserting a default value for entries that could not be recovered
in a shape changing update as described in VoigtlaenderHMW13.
|
|
This is possible using the PartialVecVec implementation.
|
|
|
|
|
|
We can now exploit getlen being rightinvertible and it works for drop
and sieve.
|