package sugar

  1. Overview
  2. Docs
module Result : sig ... end

How to create a strict result monad:

module Promise : sig ... end

This module is similar to Sugar.Promise. It lets you create a result monad on top of an arbitrary monad.