Module Identifier.FunctorResult

type t = [
| `Result of Paths.Identifier.Signature.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int