DEBSOURCES
Skip Quicknav
sources / ocaml-odoc / 3.1.0-1 / test / xref2 / inherit_top_comment.t / file.ml
123456789
module X__Hidden = struct (** Top comment of [X__Hidden] *) let x = 0 end module X = struct include X__Hidden end