package override

  1. Overview
  2. Docs

Source file parsetree_show.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
  
# 2 "parsetree_show.cppo.ml"
  module%override Stdlib = struct
    module%override Lexing = struct
      type position = _ [@@deriving show]
    end
  end

# 13 "parsetree_show.cppo.ml"
module%override Longident = struct
  [%%types] [@@deriving show]
end

module%override Location = struct
  [%%types] [@@deriving show]
end

module%override Asttypes = struct
  [%%types] [@@deriving show]
end

module%override Parsetree = struct
  [%%types] [@@deriving show]
end
OCaml

Innovation. Community. Security.