package comby

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

Module Configuration.SpecificationSource

Sourcetype t = {
  1. match_template : string;
  2. rule : Language.Rule.t option;
  3. rewrite_template : string option;
}
Sourceval (|>>) : 'a Angstrom.t -> ('a -> 'b) -> 'b Angstrom.t
Sourceval alphanum : char Angstrom.t
Sourceval blank : char Angstrom.t
Sourceval identifier_parser : unit -> string Angstrom.t
Sourceval single_hole_parser : unit -> 'a option Angstrom.t
Sourceval everything_hole_parser : unit -> 'a option Angstrom.t
Sourceval expression_hole_parser : unit -> 'a option Angstrom.t
Sourceval non_space_hole_parser : unit -> 'a option Angstrom.t
Sourceval line_hole_parser : unit -> 'a option Angstrom.t
Sourceval blank_hole_parser : unit -> 'a option Angstrom.t
Sourceval any_char_except : reserved:Core.String.t list -> char Angstrom.t
Sourceval regex_body : unit -> string Angstrom.t
Sourceval regex_hole_parser : unit -> string option Angstrom.t
Sourcetype extracted =
  1. | Regex of string
  2. | Constant of string
Sourceval extract : extracted list Angstrom.t
Sourceval escape : string -> string
Sourceval to_regex : t -> string
Sourceval create : ?rewrite_template:string -> ?rule:Language.Rule.t -> match_template:string -> unit -> t
OCaml

Innovation. Community. Security.