Pp_parsetree.Longident
type t = Longident.t =
| Lident of string
| Ldot of t * string
| Lapply of t * t
val pp : t Fmt.t
val show : t -> String.t