Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. pattern SDL_SCANCODE_RIGHTBRACKET :: Scancode

    sdl2 SDL.Raw.Enum

    No documentation available.

  2. actionBracket :: IO a -> (a -> IO b) -> (a -> Action c) -> Action c

    shake Development.Shake

    Like bracket, but where the inner operation is of type Action. Usually used as actionBracket alloc free use. The free action will be run masked. The cost of actionBracket is _O(n log n)_ in the number of simultaneous actionBracket calls active in the program.

  3. pragBrackets :: SDoc -> SDoc

    ghc-lib-parser GHC.Hs.Binds

    No documentation available.

  4. pragSrcBrackets :: SourceText -> String -> SDoc -> SDoc

    ghc-lib-parser GHC.Hs.Binds

    Using SourceText in case the pragma was spelled differently or used mixed case

  5. data HsBracketTc

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  6. HsBracketTc :: HsQuote GhcRn -> Type -> Maybe QuoteWrapper -> [PendingTcSplice] -> HsBracketTc

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  7. thBrackets :: SDoc -> SDoc -> SDoc

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  8. thTyBrackets :: SDoc -> SDoc

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  9. ThSplicesWithinDeclBrackets :: ThRejectionReason

    ghc-lib-parser GHC.HsToCore.Errors.Types

    No documentation available.

  10. TypedBracketE :: Exp -> Exp

    ghc-lib-parser GHC.Internal.TH.Syntax

    [|| e ||]
    

Page 33 of many | Previous | Next