module ISM: Map.Make(sigtype t = Glob.NFA.IS.t val compare : Glob.NFA.IS.t -> Glob.NFA.IS.t -> intval print : Format.formatter -> Glob.NFA.IS.t -> unitend)
Map.Make
(
sig
type t = Glob.NFA.IS.t
Glob.NFA.IS.t
val compare : Glob.NFA.IS.t -> Glob.NFA.IS.t -> int
Glob.NFA.IS.t -> Glob.NFA.IS.t -> int
val print : Format.formatter -> Glob.NFA.IS.t -> unit
Format.formatter -> Glob.NFA.IS.t -> unit
end
)