Module Decoders.Util

module My_result : sig ... end

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

module My_opt : sig ... end
module My_list : sig ... end
val with_file_in : string -> ( Stdlib.in_channel -> 'a ) -> 'a
val read_all : Stdlib.in_channel -> string