Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
type key = NFA.StateSet.t
val empty : 'a t
val cardinal : 'a t -> int
val is_empty : 'a t -> bool
val pp_kv_pair :
pp_val:(Format.formatter -> 'a -> unit) ->
Format.formatter ->
(NFA.StateSet.t * 'a) ->
unit
val pp_map :
pp_val:(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a t ->
unit