DEBSOURCES
Skip Quicknav
sources / ocaml-odoc / 2.1.1%2Bdfsg-2 / test / xref2 / deep_substitution.t / m.mli
12345678
module type S = sig module M: sig type t end type t = M.t end module type T = S with type M.t := int