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.
mkGeneralLocated :: String -> e -> Located eghc-lib-parser GHC.Types.SrcLoc No documentation available.
psRealLoc :: PsLoc -> !RealSrcLocghc-lib-parser GHC.Types.SrcLoc No documentation available.
rightmost_smallest :: SrcSpan -> SrcSpan -> Orderingghc-lib-parser GHC.Types.SrcLoc Strategies for ordering SrcSpans
sortRealLocated :: [RealLocated a] -> [RealLocated a]ghc-lib-parser GHC.Types.SrcLoc No documentation available.
targetAllowObjCode :: Target -> !Boolghc-lib-parser GHC.Types.Target object code allowed?
uniqSetAll :: (a -> Bool) -> UniqSet a -> Boolghc-lib-parser GHC.Types.Unique.Set No documentation available.
type
ForAllTyBinder = VarBndr TyCoVar ForAllTyFlagghc-lib-parser GHC.Types.Var Variable Binder A ForAllTyBinder is the binder of a ForAllTy It's convenient to define this synonym here rather its natural home in GHC.Core.TyCo.Rep, because it's used in GHC.Core.DataCon.hs-boot See Note [VarBndrs, ForAllTyBinders, TyConBinders, and visibility] A TyVarBinder is a binder with only TyVar
-
ghc-lib-parser GHC.Types.Var 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 GHC.Types.Var 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 GHC.Types.Var No documentation available.