Module Ppxlib.Longident

type t = Astlib.Longident.t =
  1. | Lident of string
  2. | Ldot of t * string
  3. | Lapply of t * t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
val flatten_exn : t -> string list
val last_exn : t -> string
val parse : string -> t
val name : t -> string
module Map : sig ... end
module Set : sig ... end