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
29
30
31
32
33
34
35
36
37
38
39
40
(** @canonical Gpx.Coordinate *)
module Coordinate = Gpx__Coordinate
(** @canonical Gpx.Doc *)
module Doc = Gpx__Doc
(** @canonical Gpx.Error *)
module Error = Gpx__Error
(** @canonical Gpx.Extension *)
module Extension = Gpx__Extension
(** @canonical Gpx.Link *)
module Link = Gpx__Link
(** @canonical Gpx.Metadata *)
module Metadata = Gpx__Metadata
(** @canonical Gpx.Parser *)
module Parser = Gpx__Parser
(** @canonical Gpx.Route *)
module Route = Gpx__Route
(** @canonical Gpx.Track *)
module Track = Gpx__Track
(** @canonical Gpx.Validate *)
module Validate = Gpx__Validate
(** @canonical Gpx.Waypoint *)
module Waypoint = Gpx__Waypoint
(** @canonical Gpx.Writer *)
module Writer = Gpx__Writer
module Gpx__ = struct end
[@@deprecated "this module is shadowed"]