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
type t_pv = [ | `Parameter of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t
]val equal :
Odoc_model.Paths.Identifier.FunctorParameter.t ->
Odoc_model.Paths.Identifier.FunctorParameter.t ->
boolval hash : Odoc_model.Paths.Identifier.FunctorParameter.t -> intval compare :
Odoc_model.Paths.Identifier.FunctorParameter.t ->
Odoc_model.Paths.Identifier.FunctorParameter.t ->
intval functor_arg_pos : 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.