Module Data_for_aorai.Aorai_typed_trans

module Aorai_typed_trans: Datatype.S_with_collections  
  with 
    type t = (Promelaast.typed_condition * Promelaast.action) Promelaast.trans

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