Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    ghc GHC.Core.Seq

    No documentation available.

  2. seqRuleInfo :: RuleInfo -> ()

    ghc GHC.Core.Seq

    No documentation available.

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

    ghc GHC.Core.Seq

    No documentation available.

  4. seqUnfolding :: Unfolding -> ()

    ghc GHC.Core.Seq

    No documentation available.

  5. pickyEqType :: Type -> Type -> Bool

    ghc GHC.Core.TyCo.Compare

    Like pickyEqTypeVis, but returns a Bool for convenience

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

    ghc GHC.Core.TyCo.Compare

    No documentation available.

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

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

  8. tcEqType :: HasDebugCallStack => Type -> Type -> Bool

    ghc GHC.Core.TyCo.Compare

    tcEqType implements typechecker equality It behaves just like eqType, but is implemented differently (for now)

  9. tcEqTypeNoKindCheck :: Type -> Type -> Bool

    ghc GHC.Core.TyCo.Compare

    Just like tcEqType, but will return True for types of different kinds as long as their non-coercion structure is identical.

  10. Required :: ForAllTyFlag

    ghc GHC.Core.TyCo.Rep

    No documentation available.

Page 198 of many | Previous | Next