summaryrefslogtreecommitdiff
path: root/BFF.agda
AgeCommit message (Expand)Author
2014-04-03drop PartialShapeVecHelmut Grohne
2014-03-10also allow Shaped types for the viewHelmut Grohne
2014-03-10implement a bff on a shaped source typeHelmut Grohne
2014-03-07use allFin rather than tabulate idHelmut Grohne
2014-02-26remove the sequenceV call from bffHelmut Grohne
2014-02-17Merge branch feature-partial-getlen into masterHelmut Grohne
2014-02-07allow shape shape updates in bffHelmut Grohne
2014-02-05be more precise about which lookups we useHelmut Grohne
2014-02-04remove unused importsHelmut Grohne
2014-02-04add convenience members to PartialVecVec.GetHelmut Grohne
2014-02-04Merge branch feature-get-record into feature-partial-getlenHelmut Grohne
2014-01-30make the getlen functions explicit in PartialVecBFFHelmut Grohne
2014-01-30express VecBFF via PartialVecBFFHelmut Grohne
2014-01-30allow importing of Bidir without any postulatesHelmut Grohne
2014-01-30pass get functions as recordsHelmut Grohne
2014-01-28define bff on a partial getlenHelmut Grohne
2014-01-27Merge branch feature-deleteHelmut Grohne
2014-01-23generalize BFF and theorem-2 to arbitrary SetoidsHelmut Grohne
2014-01-17generalize checkInsert to arbitrary SetoidsHelmut Grohne
2013-12-17refactor to get rid of FinMap without Maybe entirelyHelmut Grohne
2013-12-17update bff implementation to use deleteHelmut Grohne
2013-12-16get rid of the ListBFF implementationHelmut Grohne
2013-07-21import _>>=_ and fmap from Data.MaybeHelmut Grohne
2012-10-22finally parameterize CheckInsertHelmut Grohne
2012-10-22now parameterize BFFHelmut Grohne
2012-10-05move all postulates to one moduleHelmut Grohne
2012-10-05remove VecRevBFFHelmut Grohne
2012-09-27move definition of get-type to BFF and use it everywhereHelmut Grohne
2012-06-19third definition of bffHelmut Grohne
2012-06-05make the Vec bff more similar to the List versionHelmut Grohne
2012-06-05define a bff over VecHelmut Grohne
2012-06-05move bff and friends to submodule ListBFFHelmut Grohne