Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
brackets :: (Monoid s, IsString s) => s -> sstring-combinators Data.String.Combinators Wrap a string-like in [...].
-
transformers-either Control.Monad.Trans.Either Acquire a resource in EitherT and then perform an action with it, cleaning up afterwards regardless of left. This function does not clean up in the event of an exception. Prefer bracketExceptionT in any impure setting.
-
transformers-either Control.Monad.Trans.Either Acquire a resource in EitherT and then perform an action with it, cleaning up afterwards regardless of left or exception. Like bracketEitherT, but the cleanup is called even when the bracketed function throws an exception. Exceptions in the bracketed function are caught to allow the cleanup to run and then rethrown.
-
wl-pprint Text.PrettyPrint.Leijen Document (brackets x) encloses document x in square brackets, "[" and "]".
-
ghc GHC.Tc.Types.Origin No documentation available.
-
ghc GHC.Tc.Types.Origin No documentation available.
BracketExp :: l -> Bracket l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax template haskell bracket expression
Brackets :: !CommaSeparated [Expr] -> Exprpretty-simple Text.Pretty.Simple.Internal.Expr No documentation available.
-
polysemy Polysemy.Resource Allocate a resource, use it, and clean it up afterwards if an error occurred.
-
vty Graphics.Vty.Output Paste mode (whether the terminal is configured to provide events on OS pastes)