package alcotest

  1. Overview
  2. Docs

Module Monad.IdentitySource

Sourcetype 'a t = 'a
Sourceval return : 'a -> 'a t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourceval catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
OCaml

Innovation. Community. Security.