package dune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file dune_caml.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(** This library is internal to dune and guarantees no API stability. *)

module Bytes    = Bytes
module Filename = Filename
module String   = String
module Char     = Char
module Result   = Dune_result.Result
module Hashtbl  = MoreLabels.Hashtbl
module Lexing   = Lexing
module Digest   = Digest
module StringLabels = StringLabels
module ListLabels   = ListLabels
module List   = List

type ('a, 'error) result = ('a, 'error) Result.t =
  | Ok    of 'a
  | Error of 'error
OCaml

Innovation. Community. Security.