Source file of_json.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
open! Core
module Json = Json
module Timestamp = Timestamp
module To_json = To_json
include Type
include Helpers

module Let_syntax = struct
  let return = return

  module Let_syntax = struct
    let bind = bind
    let map = map
    let both = both

    module Open_on_rhs = Helpers
  end
end