package pa_ppx_parsetree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Lident of string Ploc.vala
  2. | Ldot of t Ploc.vala * string Ploc.vala
  3. | Lapply of t Ploc.vala * t Ploc.vala
val flatten : t -> string list
val unflatten : string list -> t option
val last : t -> string
val last_vala : t -> string Ploc.vala
val parse : string -> t
  • deprecated this function may misparse its input, use "Parse.longident" or "Longident.unflatten"
OCaml

Innovation. Community. Security.