Source file matchers__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(** @canonical Matchers.Alpha *)
module Alpha = Matchers__Alpha
(** @canonical Matchers.Configuration *)
module Configuration = Matchers__Configuration
(** @canonical Matchers.Engine *)
module Engine = Matchers__Engine
(** @canonical Matchers.Languages *)
module Languages = Matchers__Languages
(** @canonical Matchers.Metasyntax *)
module Metasyntax = Matchers__Metasyntax
(** @canonical Matchers.Omega *)
module Omega = Matchers__Omega
(** @canonical Matchers.Parser *)
module Parser = Matchers__Parser
(** @canonical Matchers.Types *)
module Types = Matchers__Types