Module WpPropId.Prop_id_datatype


module Prop_id_datatype: Datatype.Make(sig
type t = WpPropId.prop_id 
include Datatype.Undefined
val name : string
val reprs : WpPropId.prop_id list
end)

include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.t
Deep copy: no possible sharing between x and copy x.