Module Stop_dead_link_doc

module Foo : sig ... end
type foo =
  1. | Bar of Foo.t
type bar =
  1. | Bar of {
    1. field : Foo.t;
    }
type foo_ =
  1. | Bar_ of int * Foo.t * int
type bar_ =
  1. | Bar__ of Foo.t option
type another_foo
type another_bar
type another_foo_
type another_bar_