Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
view :: (MonadIO m, MonadThrow m) => View ctx -> m ctx Source #
Provide the calling thread a view of its current context from the specified
View
. Throws a NotFoundException
when the calling
thread has no registered context.
Since: 0.1.1.0