DEBSOURCES
Skip Quicknav
sources / ocaml-odoc / 3.1.0-1 / test / integration / suppress_warnings.t / module_with_errors.mli
123456789
module type S = sig (** {1:t section} *) type t val here_is_the_problem : t (** {!t} *) end