Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Types.Var No documentation available.
-
ghc GHC.Types.Var No documentation available.
-
ghc GHC.Types.Var If it's a local, make it global
-
ghc GHC.Types.Var isExportedIdVar means "don't throw this away"
-
ghc GHC.Types.Var No documentation available.
-
ghc GHC.Types.Var Is this a value-level (i.e., computationally relevant) Identifier? Satisfies isId = not . isTyVar.
-
ghc GHC.Types.Var No documentation available.
isLocalId_maybe :: Var -> Maybe ExportFlagghc GHC.Types.Var No documentation available.
-
ghc GHC.Types.Var Is this a term variable (Id) that is not a coercion variable? Satisfies isId v ==> isCoVar v == not (isNonCoVarId v).
lazySetIdInfo :: Id -> IdInfo -> Varghc GHC.Types.Var No documentation available.