Category:Monads: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 21:
:Nests functions which return their output in an envelope that includes a log string.
;the Maybe monad
:NestNests partial functions which return their output in a wrapper that includes a boolean flag – indicating whether or not the input value was legal.
;the List monad
:Nests functions whose outputs consist of ranges of possible values, rather than single values. This provides a convenient encoding of cartesian products and set comprehensions.
9,655

edits