package saltoIL

  1. Overview
  2. Docs
type t = Longident.t =
  1. | Lident of string
  2. | Ldot of t * string
  3. | Lapply of t * t
val strip : Longident.t -> Longident.t

strip lid strips *predef* suffix from lid

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

OCaml

Innovation. Community. Security.