|
| Graphics.HGL.Draw.Monad | | Portability | non-portable (requires concurrency) | | Stability | provisional | | Maintainer | libraries@haskell.org |
|
|
|
| Description |
| The Draw monad, with graphical objects as a special case.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| An abstract representation of an image.
|
|
|
| Monad for sequential construction of images.
|
|
|
|
| Embed an IO action in a drawing action.
|
|
|
| :: | | | => Draw a | a post-operation, to be performed on exit from
the bracket, whether normal or by an exception.
| | -> a -> Draw b | the drawing action inside the bracket.
| | -> a -> Draw c | | | -> Draw c | | | Wrap a drawing action in initialization and finalization actions.
|
|
|
|
| :: | | | => Draw a | a post-operation, to be performed on exit from
the bracket, whether normal or by an exception.
| | -> a -> Draw b | the drawing action inside the bracket.
| | -> Draw c | | | -> Draw c | | | A variant of bracket in which the inner drawing action does not
use the result of the pre-operation.
|
|
|
| Produced by Haddock version 2.6.0 |