module Aorai_typed_trans:Datatype.S_with_collectionswith type t = (Promelaast.typed_condition * Promelaast.action) Promelaast.trans
include Datatype.S
module Set:Datatype.Setwith type elt = t
module Map:Datatype.Mapwith type key = t
module Hashtbl:Datatype.Hashtblwith type key = t