package comby-kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val debug : bool
type result = bool * Match.environment option
val sat : ('a * 'b) -> 'a
val result_env : ('a * 'b) -> 'b
val merge_match_environments : Match.t list -> Match.Environment.t -> Match.Environment.t list
val apply : ?substitute_in_place:bool -> ?metasyntax:Matchers__.Types.Metasyntax.t -> ?external_handler: (name:string -> filepath:string -> line:int -> column:int -> string option) -> ?filepath:string -> match_all: (?configuration:Configuration.t -> ?filepath:string -> template:string -> source:string -> unit -> Match.t list) -> Matchers__.Types.Ast.expression list -> Match.Environment.t -> bool * Match.Environment.t option