Module Wpo.PODatatype


module PODatatype: Datatype.Make(sig
type t = Wpo.po 
include Datatype.Undefined
val name : string
val reprs : t list
end)

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