Ppxlib.Longident
type t = Astlib.Longident.t =
| Lident of string
| Ldot of t * string
| 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