summaryrefslogtreecommitdiff
path: root/module/language/cps/intmap.scm
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Fix intmap-intersect edge caseAndy Wingo1-1/+2
2017-11-29Add nullary intmap and intset foldersAndy Wingo1-0/+4
2017-11-24intmap-remove returns empty-intmap if appropriateAndy Wingo1-2/+4
2016-10-23Move thread bindings to (ice-9 threads)Andy Wingo1-0/+1
2015-12-16Fix build when threads are disabledAndy Wingo1-1/+0
2015-06-05Fix intmap-ref bugAndy Wingo1-4/+5
2015-06-02Add intmap-fold-rightAndy Wingo1-10/+20
2015-06-02Add intmap-replace!.Andy Wingo1-5/+46
2015-06-02Add intmap-replace.Andy Wingo1-0/+37
2015-05-20intmaps and intsets print with abbreviated key rangesAndy Wingo1-2/+36
2015-05-20Variadic intset-fold, intmap-foldAndy Wingo1-28/+45
2015-05-20Intmaps do not treat #f specially as a valueAndy Wingo1-119/+133
2015-05-08Fix intmap-add! transient bugAndy Wingo1-1/+4
2015-05-08Add printers for <intmap> and <transient-intmap>Andy Wingo1-0/+12
2015-04-08Add "transient" intmap interfaceAndy Wingo1-31/+171
2015-04-0132-way branching in intmap.scm, not 16-wayAndy Wingo1-1/+1
2015-04-01Add intmap-fold.Andy Wingo1-0/+28
2015-04-01Add intmap-prevAndy Wingo1-1/+22
2015-04-01Default "meet" operator is meet-error for intmapAndy Wingo1-4/+7
2015-04-01Fix intmap bug for maps with only one elementAndy Wingo1-10/+12
2014-07-03Restrict intsets and maps to non-negative integersAndy Wingo1-0/+3
2014-06-29Fix intmap-intersect corner caseAndy Wingo1-15/+23
2014-06-29New module (language cps intmap)Andy Wingo1-0/+387