Module Service_graph.S.Service_graph.Datatype

module Datatype: Datatype.S  with type t = t

include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.t

Deep copy: no possible sharing between x and copy x.