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
26
27
28
(** @canonical Matchers.Alpha *)
module Alpha = Matchers__Alpha
(** @canonical Matchers.Alpha_matchers *)
module Alpha_matchers = Matchers__Alpha_matchers
(** @canonical Matchers.Configuration *)
module Configuration = Matchers__Configuration
(** @canonical Matchers.Languages *)
module Languages = Matchers__Languages
(** @canonical Matchers.Metasyntax *)
module Metasyntax = Matchers__Metasyntax
(** @canonical Matchers.Omega *)
module Omega = Matchers__Omega
(** @canonical Matchers.Omega_matchers *)
module Omega_matchers = Matchers__Omega_matchers
(** @canonical Matchers.Parser *)
module Parser = Matchers__Parser
(** @canonical Matchers.Types *)
module Types = Matchers__Types