package override

  1. Overview
  2. Docs
PPX extension for overriding modules

Install

Dune Dependency

Authors

Maintainers

Sources

override-0.2.0.tar.gz
sha512=cb76a85b5c144e9afd0187e7a1ed0afbe12c5365a1b72ef1476cc007129f19851b2a9d6e07185a798d99a1c9cd12aa7ec3d279f664cf9cebec5641e7986070dc

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
val show : t -> string
OCaml

Innovation. Community. Security.