comby/lib/matchers/matchers.mli
2020-04-28 15:22:18 -07:00

9 lines
192 B
OCaml

module Configuration = Configuration
module Syntax = Types.Syntax
module type Matcher = Types.Matcher.S
module type Engine = Types.Match_engine.S
module Alpha : Engine
module Omega : Engine