Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

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

    forall <vars> -> <type>
    

  2. data Foreign

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

    A foreign declaration.

  3. ForeignD :: Foreign -> Dec

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

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

  4. data ForeignSrcLang

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

    Foreign formats supported by GHC via TH

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

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

    For-in, bool is "each' when True

  6. ForStat :: JStgStat -> JStgExpr -> JStgStat -> JStgStat -> JStgStat

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

    For

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

    ghc-lib-parser GHC.JS.Syntax

    For-in, bool is "each' when True

  8. ForStat :: JStat -> JExpr -> JStat -> JStat -> JStat

    ghc-lib-parser GHC.JS.Syntax

    For

  9. ForeignFunctionInterface :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  10. ForeignObject :: LinkableObjectSort

    ghc-lib-parser GHC.Linker.Types

    The object was created from generated code for foreign stubs or foreign sources added by the user. Its file extension must be preserved, since there are no objects for alternative ways available.

Page 292 of many | Previous | Next