package comby

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Ast.expression list
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
type options = {
  1. nested : bool;
}
val create : ?metasyntax:metasyntax -> ?external_handler:External.t -> string -> t Core_kernel.Or_error.t
val options : t -> options
type result
val sat : result -> bool
val result_env : result -> Match.environment option
val apply : ?substitute_in_place:bool -> ?metasyntax:Metasyntax.t -> ?external_handler:External.t -> ?filepath:string -> match_all: (?configuration:Configuration.t -> ?filepath:string -> template:string -> source:string -> unit -> Match.t list) -> Ast.expression list -> Match.Environment.t -> result
OCaml

Innovation. Community. Security.