Description Usage Arguments Details See Also Examples
If the monad is in the passing state, return the wrapped value. Otherwise, raise an appropriate error.
1 |
m |
An Rmonad |
quiet |
If TRUE, print the exact messages that are raised, without extra context. |
Regardless of pass/fail status, esc
raises all collected warnings and
prints all messages. Terminating a monadic sequence with esc
should
obtain a result very close to running the same code outside the monad. The
main difference is that Rmonad appends the toplevel code that generated the
error.
Other from_Rmonad: missues
,
mtabulate
, report
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.