DEBSOURCES
Skip Quicknav
sources / ocaml-odoc / 2.1.1%2Bdfsg-2 / test / xref2 / github_issue_587.t / b_intf.ml
12345678910111213
module Bar = struct end module type S = sig include A_intf.S module Foo : sig end end module type B = sig module type S = S include S end