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. data ForeignExport pass

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  2. ForeignImport :: XForeignImport pass -> LIdP pass -> LHsSigType pass -> ForeignImport pass -> ForeignDecl pass

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  3. data ForeignImport pass

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  4. data ForAllTyFlag

    ghc-lib-parser GHC.Iface.Type

    ForAllTyFlag Is something required to appear in source Haskell (Required), permitted by request (Specified) (visible type application), or prohibited entirely from appearing in source Haskell (Inferred)? See Note [VarBndrs, ForAllTyBinders, TyConBinders, and visibility] in GHC.Core.TyCo.Rep

  5. module GHC.Internal.ForeignSrcLang

    No documentation available.

  6. data ForeignSrcLang

    ghc-lib-parser GHC.Internal.ForeignSrcLang

    Foreign formats supported by GHC via TH

  7. ForeignFunctionInterface :: Extension

    ghc-lib-parser GHC.Internal.LanguageExtensions

    No documentation available.

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

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

    forall a. Eq a => C [a]
    

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

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

    forall <vars>. <expr>
    

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

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

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

Page 291 of many | Previous | Next