sig
  type key0
  type key1
  type 'a t
  val create : int -> int -> 'Index.Map2.t
  val mem : 'Index.Map2.t -> Index.Map2.key0 -> Index.Map2.key1 -> bool
  val find : 'Index.Map2.t -> Index.Map2.key0 -> Index.Map2.key1 -> 'a
  val set :
    'Index.Map2.t -> Index.Map2.key0 -> Index.Map2.key1 -> '-> unit
  val remove : 'Index.Map2.t -> Index.Map2.key0 -> Index.Map2.key1 -> unit
end

Hosted by the SourceForge.net Logo* web site.
*Other names and brands may be claimed as the property of others.