package comby-kernel

  1. Overview
  2. Docs
On This Page
  1. Matchers
Legend:
Library
Module
Module type
Parameter
Class
Class type

Matchers

Defines modules for matching a pattern in input sources to produce matches.

module Configuration : sig ... end
type configuration = Configuration.t
module Syntax : sig ... end
type syntax = Syntax.t
module Hole : sig ... end
module Metasyntax : sig ... end
type metasyntax = Metasyntax.t
module Matcher : sig ... end
module Alpha : sig ... end