DEBSOURCES
Skip Quicknav
sources / ocaml-odoc / 3.0.0-2 / test / xref2 / recursive_types.t / m.mli
123456789
type t module M : sig type nonrec t = Foo of t end type x = Foo of y and y = Bar of x