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.
-
ghc-lib-parser Language.Haskell.Syntax.Extension No documentation available.
-
ghc-lib-parser Language.Haskell.Syntax.Extension No documentation available.
-
ghc-lib-parser Language.Haskell.Syntax.Extension No documentation available.
type family
XXHsForAllTelescope xghc-lib-parser Language.Haskell.Syntax.Extension No documentation available.
IEThingAll :: XIEThingAll pass -> LIEWrappedName pass -> Maybe (ExportDoc pass) -> IE passghc-lib-parser Language.Haskell.Syntax.ImpExp Imported or exported thing with wildcard subordinate list (e.g. (..)) The thing is a Class/Type and the All refers to methods/constructors
module Mod ( Test(..) ) import Mod ( Test(..) )
-
ghc-lib-parser Language.Haskell.Syntax.Specificity 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
coreTyLamForAllTyFlag :: ForAllTyFlagghc-lib-parser Language.Haskell.Syntax.Specificity The ForAllTyFlag on a (Lam a e) term, where a is a type variable. If you want other ForAllTyFlag, use a cast. See Note [Required foralls in Core] in GHC.Core.TyCo.Rep
isInferredForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser Language.Haskell.Syntax.Specificity No documentation available.
isInvisibleForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser Language.Haskell.Syntax.Specificity Does this ForAllTyFlag classify an argument that is not written in Haskell?
isSpecifiedForAllTyFlag :: ForAllTyFlag -> Boolghc-lib-parser Language.Haskell.Syntax.Specificity No documentation available.