|
| UI.HSCurses.MonadException |
|
|
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| :: MonadExc m | | | => m a | computation to run last ("release resource")
| | -> a -> m b | computation to run in-between
| | -> a -> m c | | | -> m c | |
|
|
|
|
|
| :: | | | => IO a | computation to run afterward (even if an exception
was raised)
| | -> IO b | | | -> IO a | |
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |