package ppx_regexp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ppx_regexp.RegexpSource

include module type of struct include Regexp end
Sourcetype 'a t = 'a node Location.loc
Sourceand 'a node =
  1. | Code of 'a
  2. | Seq of 'a t list
  3. | Alt of 'a t list
  4. | Opt of 'a t
  5. | Repeat of (int * int option) Location.loc * 'a t
  6. | Nongreedy of 'a t
  7. | Capture of 'a t
  8. | Capture_as of string Location.loc * 'a t
  9. | Call of Longident.t Location.loc
Sourceval parse_exn : ?pos:Lexing.position -> string -> string t
Sourceval bindings : 'a node Ppxlib.Location.loc -> int * (string Location.loc * int option * bool) list
Sourceval to_string : string node Ppxlib.Location.loc -> string
OCaml

Innovation. Community. Security.