Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Scopes | |
|
emptyScopes :: Scopes m v Source #
currentScopes :: Scoped e v m => m (Scopes m v) Source #
clearScopes :: forall v m e r. Scoped e v m => m r -> m r Source #
pushWeakScope :: forall v m e r. Scoped e v m => m (AttrSet v) -> m r -> m r Source #
pushScopes :: Scoped e v m => Scopes m v -> m r -> m r Source #
withScopes :: forall v m e a. Scoped e v m => Scopes m v -> m a -> m a Source #