package decoders

  1. Overview
  2. Docs

Module Decoders.Decoders_utilSource

Sourcemodule My_result : sig ... end

Util module used for native builds (excluded in bs-config.json)

Sourcemodule My_opt : sig ... end
Sourcemodule My_list : sig ... end
Sourceval with_file_in : string -> (in_channel -> 'a) -> 'a
Sourceval read_all : in_channel -> string