1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(** @canonical Match.Environment *)
module Environment = Match__Environment
(** @canonical Match.Location *)
module Location = Match__Location
(** @canonical Match.Match_context *)
module Match_context = Match__Match_context
(** @canonical Match.Offset *)
module Offset = Match__Offset
(** @canonical Match.Range *)
module Range = Match__Range
(** @canonical Match.Types *)
module Types = Match__Types