DEBSOURCES
Skip Quicknav
sources / ocaml-odoc / 3.1.0-1 / test / xref2 / shadow4.t / test.mli
123456789101112
module type S = sig type t = int end module type T = sig include S type v = t type t = float end