Module Parsetree_show.Longident
include module type of struct include Longident end with type t := Longident.t
val flatten : Longident.t -> string listval unflatten : string list -> Longident.t optionval last : Longident.t -> stringval parse : string -> Longident.ttype t = Longident.t = | Lident of string| Ldot of t * string| Lapply of t * t