module MakeDocumentFormat: functor (M : sig val element_name : stringend) -> DocumentFormat
functor (
M
:
sig
val element_name : string
string
end) -> DocumentFormat
end
) ->
DocumentFormat
sig val element_name : string end
type t = {
source : string;
target : string;
val source : (t, string) GapiLens.t
(t, string) GapiLens.t
val target : (t, string) GapiLens.t
include GdataAtom.AtomData