module Aorai_state:Datatype.Make_with_collections
(
sig
typet =
Promelaast.state
val structural_descr :Structural_descr.t
val reprs :Promelaast.state list
val name :string
val equal :Promelaast.state -> Promelaast.state -> bool
val hash :Promelaast.state -> int
val rehash :'a -> 'a
val compare :Promelaast.state -> Promelaast.state -> int
val copy :'a -> 'a
val internal_pretty_code :'a -> 'b
val pretty :Format.formatter -> Promelaast.state -> unit
val varname :'a -> 'b
val mem_project :(Project_skeleton.t -> bool) -> 'a -> bool
end
)
include Datatype.S
module Set:Datatype.Set
with type elt = t
module Map:Datatype.Map
with type key = t
module Hashtbl:Datatype.Hashtbl
with type key = t