summaryrefslogtreecommitdiff
path: root/Examples.agda
AgeCommit message (Collapse)Author
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