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

Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. ForallC :: [TyVarBndr Specificity] -> Cxt -> Con -> Con

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

    forall a. Eq a => C [a]
    

  2. ForallE :: [TyVarBndr Specificity] -> Exp -> Exp

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

    forall <vars>. <expr>
    

  3. ForallT :: [TyVarBndr Specificity] -> Cxt -> Type -> Type

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

    forall <vars>. <ctxt> => <type>
    

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

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

    forall <vars> -> <expr>
    

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

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

    forall <vars> -> <type>
    

  6. data Foreign

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

    A foreign declaration.

  7. ForeignD :: Foreign -> Dec

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

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

  8. data ForeignSrcLang

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

    Foreign formats supported by GHC via TH

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

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

    For-in, bool is "each' when True

  10. ForStat :: JStgStat -> JStgExpr -> JStgStat -> JStgStat -> JStgStat

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

    For

Page 292 of many | Previous | Next

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