package override

  1. Overview
  2. Docs
PPX extension for overriding modules

Install

Dune Dependency

Authors

Maintainers

Sources

override-0.2.2.tar.gz
sha512=2a22d74285570ad9f2a73327f52d4bef4aeb523f1b385f229775cc2a3bce4c389f2939da320c917707713ffc852cbcb3a1b515f9d7203da5751018589766ce01

doc/override.parsetree_show/Parsetree_show/Longident/index.html

Module Parsetree_show.Longident

include module type of struct include Longident end with type t := Longident.t
val flatten : Longident.t -> string list
val unflatten : string list -> Longident.t option
val last : Longident.t -> string
val parse : string -> Longident.t
type t = Longident.t =
  1. | Lident of string
  2. | Ldot of t * string
  3. | Lapply of t * t
OCaml

Innovation. Community. Security.