Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Monad transformer 2 found (3 total)

alternate case: monad transformer

Deterministic algorithm (965 words) [view diff] exact match in snippet view article find links to article

may be used to signal fail as exception. the Maybe monad and MaybeT monad transformer provide for failed computations (stop the computation sequence and
Continuation (3,043 words) [view diff] exact match in snippet view article find links to article
"continuation-passing monad" (for example, the Cont monad and ContT monad transformer in the mtl library). The support for proper tail calls is needed because