package ppx_regexp

  1. Overview
  2. Docs
Matching Regular Expressions with OCaml Patterns

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppx_regexp-v0.5.2.tbz
sha256=19c4401c43e7c4d3e5cac21c8c19cfe36d1314777703f3bdbe90d3bd1762a69f
sha512=9a1de0be0b4f0d9a214f3be285ecdea954c30d0003ef4dbec76a0c8c8b6e61bc3be415252ed924386d0b65b7c7e28132689045e00d98c4147d21d29c6dbbd679

doc/ppx_regexp/Ppx_regexp/index.html

Module Ppx_regexpSource

Sourceval error : ?loc:??? -> ('a, Format.formatter, unit, 'b) format4 -> 'a
Sourceval warn : loc:Ppxlib__.Location.t -> string -> Ppxlib.expression -> Ppxlib.expression
Sourcemodule List : sig ... end
Sourcemodule Regexp : sig ... end
Sourceval fresh_var : unit -> string
Sourceval is_zero : string -> int -> bool
Sourceval must_match : string -> int -> bool
Sourceval extract_bindings : pos:Lexing.position -> string -> Ppxlib__.Import.expression * (string Location.loc * int option * bool) list * int
Sourceval wrap_group_bindings : loc:Ppxlib.location -> Ppxlib_ast.Ast.expression -> int -> (string Ppxlib__.Import.loc * int option * bool) list -> Ppxlib_ast.Ast.expression
Sourceval transform_cases : loc:Ppxlib.Location.t -> Ppxlib.case list -> Ppxlib_ast.Ast.expression * Ppxlib__.Import.value_binding
Sourceval transformation : Ppxlib.value_binding list Ppxlib.Ast_traverse.fold_map
Sourceval impl : Ppxlib__.Import.Ast.structure -> Ppxlib__.Import.Ast.structure