Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. eqDeBruijnVar :: DeBruijn Var -> DeBruijn Var -> Bool

    ghc-lib-parser GHC.Core.Map.Type

    No documentation available.

  2. eqRelRole :: EqRel -> Role

    ghc-lib-parser GHC.Core.Predicate

    No documentation available.

  3. eqForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Bool

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

    Do these denote the same level of visibility? Required arguments are visible, others are not. So this function equates Specified and Inferred. Used for printing.

  4. eqType :: HasCallStack => Type -> Type -> Bool

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

    Type equality comparing both visible and invisible arguments, expanding synonyms and respecting multiplicities.

  5. eqTypeIgnoringMultiplicity :: Type -> Type -> Bool

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

    No documentation available.

  6. eqTypeX :: HasCallStack => RnEnv2 -> Type -> Type -> Bool

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

    Compare types with respect to a (presumably) non-empty RnEnv2.

  7. eqTypes :: [Type] -> [Type] -> Bool

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

    Type equality on lists of types, looking through type synonyms

  8. eqVarBndrs :: HasCallStack => RnEnv2 -> [Var] -> [Var] -> Maybe RnEnv2

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

    No documentation available.

  9. equivClasses :: (a -> a -> Ordering) -> [a] -> [NonEmpty a]

    ghc-lib-parser GHC.Data.List.SetOps

    No documentation available.

  10. eqPhase :: Phase -> Phase -> Bool

    ghc-lib-parser GHC.Driver.Phases

    No documentation available.

Page 101 of many | Previous | Next