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

Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. ForallVisE :: [TyVarBndr ()] -> Exp -> Exp

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

    forall <vars> -> <expr>
    

  2. ForallVisT :: [TyVarBndr ()] -> Type -> Type

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

    forall <vars> -> <type>
    

  3. data Foreign

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

    A foreign declaration.

  4. ForeignD :: Foreign -> Dec

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

    { foreign import ... }
    { foreign export ... }
    

  5. data ForeignSrcLang

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

    Foreign formats supported by GHC via TH

  6. ForInStat :: Bool -> Ident -> JStgExpr -> JStgStat -> JStgStat

    ghc-lib-parser GHC.JS.JStg.Syntax

    For-in, bool is "each' when True

  7. ForStat :: JStgStat -> JStgExpr -> JStgStat -> JStgStat -> JStgStat

    ghc-lib-parser GHC.JS.JStg.Syntax

    For

  8. ForInStat :: Bool -> Ident -> JExpr -> JStat -> JStat

    ghc-lib-parser GHC.JS.Syntax

    For-in, bool is "each' when True

  9. ForStat :: JStat -> JExpr -> JStat -> JStat -> JStat

    ghc-lib-parser GHC.JS.Syntax

    For

  10. ForeignFunctionInterface :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

Page 292 of many | Previous | Next

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