package dune

  1. Overview
  2. Docs

This library is internal to dune and guarantees no API stability.

module Bytes = Stdlib.Bytes
module Filename = Stdlib.Filename
module String = Stdlib.String
module Char = Stdlib.Char
module Result = Dune_result.Result
module Hashtbl = Stdlib.MoreLabels.Hashtbl
module Lexing = Stdlib.Lexing
module Digest = Stdlib.Digest
module StringLabels = Stdlib.StringLabels
module ListLabels = Stdlib.ListLabels
module List = Stdlib.List
type ('a, 'error) result = ('a, 'error) Result.t =
  1. | Ok of 'a
  2. | Error of 'error
OCaml

Innovation. Community. Security.