package comby

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

Module type Rule.EngineSource

val options : t -> Options.t
val sat : result -> bool
val result_env : result -> Match.environment option
val create : string -> Ast.expression list Core.Or_error.t
val apply : ?matcher:(module Matchers.Matcher) -> ?substitute_in_place:bool -> t -> Match.environment -> result