package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val catch : ('a -> 'b) -> 'a -> ('b, [> `Exn of exn ]) result
val protect : (unit -> 'a) -> (unit -> unit) -> 'a