Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc Language.Haskell.Syntax.Extension No documentation available.
-
ghc Language.Haskell.Syntax.Extension No documentation available.
type family
XXHsForAllTelescope xghc Language.Haskell.Syntax.Extension No documentation available.
HsForAllInvis :: XHsForAllInvis pass -> [LHsTyVarBndr Specificity pass] -> HsForAllTelescope passghc Language.Haskell.Syntax.Type An invisible forall (e.g., forall a {b} c. {...}), where each binder has a Specificity.
-
ghc Language.Haskell.Syntax.Type The type variable binders in an HsForAllTy. See also Note [Variable Specificity and Forall Visibility] in GHC.Tc.Gen.HsType.
HsForAllTy :: XForAllTy pass -> HsForAllTelescope pass -> LHsType pass -> HsType passghc Language.Haskell.Syntax.Type - AnnKeywordId : AnnForall, AnnDot,AnnDarrow For details on above see Note [exact print annotations] in GHC.Parser.Annotation
HsForAllVis :: XHsForAllVis pass -> [LHsTyVarBndr () pass] -> HsForAllTelescope passghc Language.Haskell.Syntax.Type A visible forall (e.g., forall a -> {...}). These do not have any notion of specificity, so we use () as a placeholder value.
XHsForAllTelescope :: !XXHsForAllTelescope pass -> HsForAllTelescope passghc Language.Haskell.Syntax.Type No documentation available.
hst_xforall :: HsType pass -> XForAllTy passghc Language.Haskell.Syntax.Type No documentation available.
getEntityForeignDefs :: EntityDef -> [ForeignDef]persistent Database.Persist.EntityDef No documentation available.