Longident(3) OCaml library Longident(3)
NAME
Longident - no description
Module
Module Longident
Documentation
Module Longident
: sig end
type t =
| Lident of string
| Ldot of t * string
| Lapply of t * t
val flatten : t -> string list
val last : t -> string
val parse : string -> t
OCamldoc 2014-10-18 Longident(3)
ocaml 4.02.1 - Generated Sun Oct 19 18:52:47 CDT 2014
