Module Range
Skewed lists
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.
Constructors
List operations
Indexing operations
val get : 'a t -> int -> 'a