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. ArrowCmdOrigin :: CtOrigin

    ghc GHC.Tc.Types.Origin

    No documentation available.

  2. ArrowCmdResTy :: !HsCmd GhcRn -> FRRArrowContext

    ghc GHC.Tc.Types.Origin

    The result of an arrow command does not have a fixed runtime representation. Test case: RepPolyArrowCmd.

  3. ArrowFun :: !HsExpr GhcRn -> FRRArrowContext

    ghc GHC.Tc.Types.Origin

    The overall type of an arrow proc expression does not have a fixed runtime representation. Test case: RepPolyArrowFun.

  4. ArrowReboundIfSkol :: SkolemInfoAnon

    ghc GHC.Tc.Types.Origin

    No documentation available.

  5. ArrowCaseAlt :: HsArrowMatchContext

    ghc Language.Haskell.Syntax.Expr

    A case alternative inside arrow notation

  6. ArrowExpr :: HsStmtContext fn

    ghc Language.Haskell.Syntax.Expr

    do-notation in an arrow-command context

  7. ArrowLamAlt :: HsLamVariant -> HsArrowMatchContext

    ghc Language.Haskell.Syntax.Expr

    A , case or cases alternative inside arrow notation

  8. ArrowMatchCtxt :: HsArrowMatchContext -> HsMatchContext fn

    ghc Language.Haskell.Syntax.Expr

    A pattern match inside arrow notation

  9. class Arrow arr => ArrowOptic k (arr :: Type -> Type -> Type)

    optics-core Optics.Arrow

    No documentation available.

  10. Arrows :: KnownExtension

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

    • GHC § 7.10 Enable arrow notation.

Page 8 of many | Previous | Next