package lsp

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

Module Stdune.ExnSource

Exceptions

Sourcetype t = exn
Sourceval raise : exn -> _
Sourceval raise_notrace : exn -> _
Sourceval reraise : exn -> _
Sourceval protect : f:(unit -> 'a) -> finally:(unit -> unit) -> 'a
Sourceval protectx : 'a -> f:('a -> 'b) -> finally:('a -> unit) -> 'b
Sourceval pp_uncaught : backtrace:string -> Format.formatter -> t -> unit
Sourceval pp : t -> _ Pp.t
Sourceval raise_with_backtrace : exn -> Printexc.raw_backtrace -> _
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval to_dyn : t -> Dyn.t
OCaml

Innovation. Community. Security.