aboutsummaryrefslogtreecommitdiff
path: root/lib/cMap.ml
AgeCommit message (Expand)Author
2016-08-22Fast path for set operations.Pierre-Marie Pédrot
2016-02-03Adding a "get" primitive to map signature.Pierre-Marie Pédrot
2016-01-21Merge branch 'v8.5'Pierre-Marie Pédrot
2016-01-20Update copyright headers.Maxime Dénès
2016-01-06Merge remote-tracking branch 'origin/v8.5' into trunkGuillaume Melquiond
2016-01-06Protect code against changes in Map interface.Maxime Dénès
2015-01-25Equipping extended maps with fold operator defined for any monad.Pierre-Marie Pédrot
2015-01-12Update headers.Maxime Dénès
2015-01-10Adding more sharing in Map.udpate and Map.modify.Pierre-Marie Pédrot
2014-03-05Fixing compilation on OCaml 4.01.Pierre-Marie Pédrot
2014-01-29Adding a smartmap[i] operator to maps.Pierre-Marie Pédrot
2013-11-24Adding fold_left / fold_right function to maps.Pierre-Marie Pédrot
2013-11-13Adding an unsafe mapping function to maps.ppedrot
2013-11-04Added an update function in CMap. It has the same signature as Map.add, butppedrot
2013-10-06Added a [modify] function to maps.ppedrot
2013-08-25Removing association lists in Reductionops. Btw, defining the dual of theppedrot
2013-08-25Added a more efficient way to recover the domain of a map.ppedrot