aboutsummaryrefslogtreecommitdiff
path: root/lib/int.ml
AgeCommit message (Expand)Author
2016-01-20Update copyright headers.Maxime Dénès
2015-01-12Update headers.Maxime Dénès
2014-09-25Remove some 'deprecated' warnings.Xavier Clerc
2014-03-05Remove some dead-code (thanks to ocaml warnings)Pierre Letouzey
2013-11-26Adding a generic Int.Map using persistent arrays.Pierre-Marie Pédrot
2013-11-04Manual coding of Int.Map.find. We use unsafe features, but this functionppedrot
2013-10-24More monomorphic List.mem + List.assoc + ...letouzey
2013-10-24Specializing hash functions for widely used types.ppedrot
2013-08-25Added a more efficient way to recover the domain of a map.ppedrot
2012-12-14Moved Intset and Intmap to Int namespace.ppedrot
2012-11-08Added an Int module with dummy utility functions.ppedrot