You can search for identifiers within the package.
in-package search v0.2.0
saltoIL
Salto_id.Longident
type t = Longident.t =
| Lident of string
| Ldot of t * string
| Lapply of t * t
val strip : Longident.t -> Longident.t
strip lid strips *predef* suffix from lid
strip lid
lid
val hash_fold : Base.Hash.state -> Longident.t -> Base.Hash.state
fold function for hash computation on longidents
val compare : Longident.t -> Longident.t -> int
total order on longidents
val pp : Format.formatter -> Longident.t -> unit
formatter for longidents