package fmlib

  1. Overview
  2. Docs

Module Result.MonadSource

The result type encapsulated in a module which satisfies the monadic interface.

Parameters

module E : Interfaces.ANY

Signature

Sourcetype 'a t = ('a, E.t) result
Sourceval return : 'a -> 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval (let*) : 'a t -> ('a -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.