package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=6f7bbdda1d97f2f542a45331f062127dd5264d6ed73ece7b2c6b330785dfc991

doc/src/core/error.ml.html

Source file error.ml

1
2
3
4
5
6
7
8
9
10
include Base.Error
include Info.Extend (Base.Error)

let failwiths ?strict ~here message a sexp_of_a =
  raise (create ?strict ~here message a sexp_of_a)
;;

let failwithp ?strict here message a sexp_of_a =
  raise (create ?strict ~here message a sexp_of_a)
;;
OCaml

Innovation. Community. Security.