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

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. pprIfaceForAllPartMust :: [IfaceForAllBndr] -> [IfacePredType] -> SDoc -> SDoc

    ghc-lib-parser GHC.Iface.Type

    Like pprIfaceForAllPart, but always uses an explicit forall.

  2. pprUserIfaceForAll :: [IfaceForAllBndr] -> SDoc

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  3. ss_forall :: ShowSub -> ShowForAllFlag

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  4. ExplicitForAll :: Extension

    ghc-lib-parser GHC.Internal.LanguageExtensions

    No documentation available.

  5. ParallelArrays :: Extension

    ghc-lib-parser GHC.Internal.LanguageExtensions

    No documentation available.

  6. ParallelListComp :: Extension

    ghc-lib-parser GHC.Internal.LanguageExtensions

    No documentation available.

  7. CCall :: Callconv

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

    No documentation available.

  8. data Callconv

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

    A calling convention identifier, as in a Foreign declaration.

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

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

    forall a. Eq a => C [a]
    

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

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

    forall <vars>. <expr>
    

Page 585 of many | Previous | Next

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