summaryrefslogtreecommitdiff
path: root/Instances.agda
AgeCommit message (Collapse)Author
2020-08-01move imports for agda-stdlib 1.3Helmut Grohne
2018-11-25port to agda/2.5.4.1 and agda-stdlib/0.17Helmut Grohne
2014-04-03fix compilation for Agda 2.3.0.1 againHelmut Grohne
It fails to infer the type of MaybeFunctor._<$>_, so give it explicitly.
2014-03-10also allow Shaped types for the viewHelmut Grohne
Albeit long, this commit is relatively boring.
2014-03-10port theorem-{1,2} to PartialShapeVecHelmut Grohne
2014-03-10implement a bff on a shaped source typeHelmut Grohne
Add IsShaped and Shaped records describing shapely types as in Jay95. Implement bff on Shaped and rewrite PartialVecVec to use the vector shape retaining all proofs on the vector implementation.