aboutsummaryrefslogtreecommitdiffhomepage
path: root/clib/range.ml
Commit message (Collapse)AuthorAge
* Update headers following #6543.Gravatar Théo Zimmermann2018-02-27
|
* Adding skewed lists.Gravatar Pierre-Marie Pédrot2017-12-29
This is a purely functional datastructure isomorphic to usual lists, except that it features a O(log n) lookup while preserving the O(1) cons operation.