Module Dune_caml
This library is internal to dune and guarantees no API stability.
module Bytes = Stdlib.Bytesmodule Filename = Stdlib.Filenamemodule String = Stdlib.Stringmodule Char = Stdlib.Charmodule Result : sig ... endmodule Hashtbl = Stdlib.MoreLabels.Hashtblmodule Lexing = Stdlib.Lexingmodule Digest = Stdlib.Digestmodule StringLabels = Stdlib.StringLabelstype ('a, 'error) result= ('a, 'error) Result.t=|Ok of 'a|Error of 'error