DEBSOURCES
Skip Quicknav
sources / ocaml-odoc / 3.1.0-1 / test / xref2 / github_issue_1066.t / m.ml
12345678910
module M = struct type t = A end module type S = sig type t = A end open (M : S)