package dune

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

Source file or_exn.ml

1
2
3
4
5
6
type 'a t = ('a, exn) Result.t

let equal eq x y = Result.equal eq Exn.equal x y
let hash h = Result.hash h Exn.hash

let to_dyn f = Result.to_dyn f Exn.to_dyn
OCaml

Innovation. Community. Security.