Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. _openBracket :: Parser ()

    dhall Dhall.Parser.Token

    Parse the [] symbol

  2. generalBracket :: forall (es :: [Effect]) a c b . Eff es a -> (a -> ExitCase c -> Eff es b) -> (a -> Eff es c) -> Eff es (c, b)

    effectful-core Effectful.Exception

    Generalization of bracket. See generalBracket for more information.

  3. inlineBracket :: IO a -> (a -> IO b) -> (a -> IO c) -> IO c

    effectful-core Effectful.Internal.Utils

    Version of bracket with an INLINE pragma to work around https://gitlab.haskell.org/ghc/ghc/-/issues/22824.

  4. class MonadCatch m => MonadBracket (m :: Type -> Type)

    foundation Foundation.Monad

    Monad that can ensure cleanup actions are performed even in the case of exceptions, both synchronous and asynchronous. This usually excludes continuation-based monads.

  5. generalBracket :: MonadBracket m => m a -> (a -> b -> m ignored1) -> (a -> SomeException -> m ignored2) -> (a -> m b) -> m b

    foundation Foundation.Monad

    A generalized version of the standard bracket function which allows distinguishing different exit cases.

  6. pattern KEY_botleftsqbracket :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  7. pattern KEY_botrightsqbracket :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  8. pattern KEY_bracketleft :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  9. pattern KEY_bracketright :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  10. pattern KEY_kana_closingbracket :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

Page 36 of many | Previous | Next