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.

  1. megaSeqIdInfo :: IdInfo -> ()

    ghc-lib-parser GHC.Core.Seq

    Evaluate all the fields of the IdInfo that are generally demanded by the compiler

  2. seqBinds :: [Bind CoreBndr] -> ()

    ghc-lib-parser GHC.Core.Seq

    No documentation available.

  3. seqExpr :: CoreExpr -> ()

    ghc-lib-parser GHC.Core.Seq

    No documentation available.

  4. seqExprs :: [CoreExpr] -> ()

    ghc-lib-parser GHC.Core.Seq

    No documentation available.

  5. seqRuleInfo :: RuleInfo -> ()

    ghc-lib-parser GHC.Core.Seq

    No documentation available.

  6. seqRules :: [CoreRule] -> ()

    ghc-lib-parser GHC.Core.Seq

    No documentation available.

  7. seqUnfolding :: Unfolding -> ()

    ghc-lib-parser GHC.Core.Seq

    No documentation available.

  8. pickyEqType :: Type -> Type -> Bool

    ghc-lib-parser GHC.Core.TyCo.Compare

    Like pickyEqTypeVis, but returns a Bool for convenience

  9. tcEqKind :: HasDebugCallStack => Kind -> Kind -> Bool

    ghc-lib-parser GHC.Core.TyCo.Compare

    No documentation available.

  10. tcEqTyConApps :: TyCon -> [Type] -> TyCon -> [Type] -> Bool

    ghc-lib-parser GHC.Core.TyCo.Compare

    Check whether two TyConApps are the same; if the number of arguments are different, just checks the common prefix of arguments.

Page 400 of many | Previous | Next