Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-01 | move imports for agda-stdlib 1.3 | Helmut Grohne | |
2018-11-25 | port to agda/2.5.4.1 and agda-stdlib/0.17 | Helmut Grohne | |
2014-04-03 | fix compilation for Agda 2.3.0.1 again | Helmut Grohne | |
It fails to infer the type of MaybeFunctor._<$>_, so give it explicitly. | |||
2014-03-10 | also allow Shaped types for the view | Helmut Grohne | |
Albeit long, this commit is relatively boring. | |||
2014-03-10 | port theorem-{1,2} to PartialShapeVec | Helmut Grohne | |
2014-03-10 | implement a bff on a shaped source type | Helmut 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. |