module GdataComments: sig .. end
sig
end
module type Comments = sig .. end
module Make: functor (Link : GdataAtom.AtomData) -> Comments with type link_t = Link.t
functor (
Link
:
GdataAtom.AtomData
) ->
Comments
with type link_t = Link.t