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.
exprFreeIdsList :: CoreExpr -> [Id]ghc GHC.Core.FVs Find all locally-defined free Ids in an expression returning a deterministically ordered list.
exprsFreeIds :: [CoreExpr] -> IdSetghc GHC.Core.FVs No documentation available.
exprsFreeIdsDSet :: [CoreExpr] -> DIdSetghc GHC.Core.FVs Find all locally-defined free Ids in several expressions returning a deterministic set.
exprsFreeIdsList :: [CoreExpr] -> [Id]ghc GHC.Core.FVs Find all locally-defined free Ids in several expressions returning a deterministically ordered list.
ruleLhsFreeIds :: CoreRule -> VarSetghc GHC.Core.FVs This finds all locally-defined free Ids on the left hand side of a rule and returns them as a non-deterministic set
ruleLhsFreeIdsList :: CoreRule -> [Var]ghc GHC.Core.FVs This finds all locally-defined free Ids on the left hand side of a rule and returns them as a deterministically ordered list
rulesRhsFreeIds :: [CoreRule] -> VarSetghc GHC.Core.FVs Those locally-defined free Ids in the right hand side of several rules returned as a non-deterministic set
-
ghc GHC.Core.InstEnv Dictionary Function Identifier
instanceDFunId :: ClsInst -> DFunIdghc GHC.Core.InstEnv No documentation available.
-
ghc GHC.Core.InstEnv No documentation available.