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.

  1. exprFreeIdsList :: CoreExpr -> [Id]

    ghc GHC.Core.FVs

    Find all locally-defined free Ids in an expression returning a deterministically ordered list.

  2. exprsFreeIds :: [CoreExpr] -> IdSet

    ghc GHC.Core.FVs

    No documentation available.

  3. exprsFreeIdsDSet :: [CoreExpr] -> DIdSet

    ghc GHC.Core.FVs

    Find all locally-defined free Ids in several expressions returning a deterministic set.

  4. exprsFreeIdsList :: [CoreExpr] -> [Id]

    ghc GHC.Core.FVs

    Find all locally-defined free Ids in several expressions returning a deterministically ordered list.

  5. ruleLhsFreeIds :: CoreRule -> VarSet

    ghc 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

  6. 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

  7. rulesRhsFreeIds :: [CoreRule] -> VarSet

    ghc GHC.Core.FVs

    Those locally-defined free Ids in the right hand side of several rules returned as a non-deterministic set

  8. type DFunId = Id

    ghc GHC.Core.InstEnv

    Dictionary Function Identifier

  9. instanceDFunId :: ClsInst -> DFunId

    ghc GHC.Core.InstEnv

    No documentation available.

  10. pprDFunId :: DFunId -> SDoc

    ghc GHC.Core.InstEnv

    No documentation available.

Page 490 of many | Previous | Next