Module Stop_dead_link_doc

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