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
OCaml

Innovation. Community. Security.