Module Identifier.FunctorParameterSource
include Odoc_model.Paths.Identifier.IdSig
with type t = Odoc_model.Paths.Identifier.FunctorParameter.t
and type t_pv = Odoc_model.Paths.Identifier.FunctorParameter.t_pv
Source
type t_pv = [ | `Parameter of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t
]Source
val compare :
Odoc_model.Paths.Identifier.FunctorParameter.t ->
Odoc_model.Paths.Identifier.FunctorParameter.t ->
intGets the index in which the functor argument is, in the argument list. Useful to turn identifiers into unique anchors, since multiple arguments can have the same name.