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. rnUntypedBracket :: HsExpr GhcPs -> HsQuote GhcPs -> RnM (HsExpr GhcRn, FreeVars)

    ghc GHC.Rename.Splice

    No documentation available.

  2. NestedTHBrackets :: THSyntaxError

    ghc GHC.Tc.Errors.Types

    NestedTHBrackets is an error that occurs when Template Haskell brackets are nested without any intervening splices. Example: foo = [| [| x |] |] Test cases: TH_NestedSplicesFail{5,6,7,8}

  3. tcTypedBracket :: HsExpr GhcRn -> LHsExpr GhcRn -> ExpRhoType -> TcM (HsExpr GhcTc)

    ghc GHC.Tc.Gen.Splice

    No documentation available.

  4. tcUntypedBracket :: HsExpr GhcRn -> HsQuote GhcRn -> [PendingRnSplice] -> ExpRhoType -> TcM (HsExpr GhcTc)

    ghc GHC.Tc.Gen.Splice

    No documentation available.

  5. IsBracket :: SpliceOrBracket

    ghc GHC.Tc.Types

    No documentation available.

  6. data SpliceOrBracket

    ghc GHC.Tc.Types

    No documentation available.

  7. IsBracket :: SpliceOrBracket

    ghc GHC.Tc.Types.TH

    No documentation available.

  8. data SpliceOrBracket

    ghc GHC.Tc.Types.TH

    No documentation available.

  9. angleBrackets :: IsLine doc => doc -> doc

    ghc GHC.Utils.Outputable

    No documentation available.

  10. HsTypedBracket :: XTypedBracket p -> LHsExpr p -> HsExpr p

    ghc Language.Haskell.Syntax.Expr

Page 28 of many | Previous | Next