package comby

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type hole_definition =
  1. | Delimited of string option * string option
type hole_syntax =
  1. | Regex of string * char * string
type t = {
  1. syntax : hole_syntax list;
  2. identifier : char -> bool;
}
module type S = sig ... end
val default_metasyntax : Matchers__.Types.Metasyntax.t
val create : Matchers__.Types.Metasyntax.t -> (module Matchers__.Types.Metasyntax.S)
val default : (module Matchers__.Types.Metasyntax.S)
module Default : sig ... end
OCaml

Innovation. Community. Security.