summaryrefslogtreecommitdiff
path: root/Examples.agda
AgeCommit message (Collapse)Author
2014-03-10Example: show that PairVec is ShapedHelmut Grohne
Example inspired in VoigtlaenderHMW13. Note that Vec (α × β) (length s) is not Shaped in this way since its real index is only a number.
2014-02-24add intersperse as another exampleHelmut Grohne
2014-02-17use drop, tail and take from Data.Vec in examplesHelmut Grohne
This is possible using the PartialVecVec implementation.
2014-02-17switch examples to PartialVecVecHelmut Grohne
2014-02-10add sieve to examplesHelmut Grohne
2014-02-05add examplesHelmut Grohne