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

Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. HsLinearArrow :: !XLinearArrow pass -> HsArrow pass

    ghc GHC.Hs.Type

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

  2. HsUnrestrictedArrow :: !XUnrestrictedArrow pass -> HsArrow pass

    ghc GHC.Hs.Type

    a -> b or a → b

  3. XArrow :: !XXArrow pass -> HsArrow pass

    ghc GHC.Hs.Type

    No documentation available.

  4. pprHsArrow :: forall (pass :: Pass) . OutputableBndrId pass => HsArrow (GhcPass pass) -> SDoc

    ghc GHC.Hs.Type

    No documentation available.

  5. pprTypeArrow :: FunTyFlag -> IfaceMult -> SDoc

    ghc GHC.Iface.Type

    No documentation available.

  6. narrowFp :: Double -> Float

    ghc GHC.Llvm.Types

    No documentation available.

  7. AddDarrowAnn :: EpaLocation -> TrailingAnn

    ghc GHC.Parser.Annotation

    Trailing '=>'

  8. AddDarrowUAnn :: EpaLocation -> TrailingAnn

    ghc GHC.Parser.Annotation

    Trailing "⇒"

  9. AnnDarrow :: AnnKeywordId

    ghc GHC.Parser.Annotation

    '=>'

  10. AnnDarrowU :: AnnKeywordId

    ghc GHC.Parser.Annotation

    '=>', unicode variant

Page 45 of many | Previous | Next

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