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.

  1. brackets :: (Monoid s, IsString s) => s -> s

    string-combinators Data.String.Combinators

    Wrap a string-like in [...].

  2. bracketEitherT :: forall (m :: Type -> Type) e a b c . Monad m => EitherT e m a -> (a -> EitherT e m b) -> (a -> EitherT e m c) -> EitherT e m c

    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.

  3. bracketExceptionT :: forall (m :: Type -> Type) e a c b . MonadMask m => EitherT e m a -> (a -> EitherT e m c) -> (a -> EitherT e m b) -> EitherT e m b

    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.

  4. brackets :: Doc -> Doc

    wl-pprint Text.PrettyPrint.Leijen

    Document (brackets x) encloses document x in square brackets, "[" and "]".

  5. BracketOrigin :: CtOrigin

    ghc GHC.Tc.Types.Origin

    No documentation available.

  6. BracketSkol :: SkolemInfoAnon

    ghc GHC.Tc.Types.Origin

    No documentation available.

  7. BracketExp :: l -> Bracket l -> Exp l

    haskell-src-exts Language.Haskell.Exts.Syntax

    template haskell bracket expression

  8. Brackets :: !CommaSeparated [Expr] -> Expr

    pretty-simple Text.Pretty.Simple.Internal.Expr

    No documentation available.

  9. BracketOnError :: forall (m :: Type -> Type) a1 c a . m a1 -> (a1 -> m c) -> (a1 -> m a) -> Resource m a

    polysemy Polysemy.Resource

    Allocate a resource, use it, and clean it up afterwards if an error occurred.

  10. BracketedPaste :: Mode

    vty Graphics.Vty.Output

    Paste mode (whether the terminal is configured to provide events on OS pastes)

Page 21 of many | Previous | Next