Parameter Make.1-IntMap

type 'a t
val empty : 'a t
val find : int -> 'a t -> 'a
val add : int -> 'a -> 'a t -> 'a t