• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. narrowWord8Lit :: Literal -> Literal

    ghc-lib-parser GHC.Types.Literal

    No documentation available.

  2. darrow :: SDoc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  3. larrow :: SDoc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  4. larrowt :: SDoc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  5. larrowtt :: SDoc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  6. data HsArrowMatchContext

    ghc-lib-parser Language.Haskell.Syntax.Expr

    Haskell arrow match context.

  7. type HsArrow pass = HsArrowOf LHsType pass pass

    ghc-lib-parser Language.Haskell.Syntax.Type

    No documentation available.

  8. data HsArrowOf mult pass

    ghc-lib-parser Language.Haskell.Syntax.Type

    Denotes the type of arrows in the surface language

  9. HsLinearArrow :: !XLinearArrow mult pass -> HsArrowOf mult pass

    ghc-lib-parser Language.Haskell.Syntax.Type

    a %1 -> b or a %1 → b, or a ⊸ b

  10. HsUnrestrictedArrow :: !XUnrestrictedArrow mult pass -> HsArrowOf mult pass

    ghc-lib-parser Language.Haskell.Syntax.Type

    a -> b or a → b

Page 73 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete