1
2
3
4
5
6
7
8
9
10
11
12
13
14
module Configuration = Configuration
module Matcher = struct
module type S = Types.Matcher.S
end
module type Engine = Types.Match_engine.S
module Alpha = Alpha_matchers
module Omega = Omega_matchers
module Syntax = Types.Syntax
module Hole = Types.Hole
module Languages = Languages
module Metasyntax = Metasyntax