of_json.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18open! 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