Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. eqForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Bool

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

  2. eqType :: Type -> Type -> Bool

    ghc GHC.Core.TyCo.Compare

    Type equality on source types. Does not look through newtypes, PredTypes or type families, but it does look through type synonyms. This first checks that the kinds of the types are equal and then checks whether the types are equal, ignoring casts and coercions. (The kind check is a recursive call, but since all kinds have type Type, there is no need to check the types of kinds.) See also Note [Non-trivial definitional equality] in GHC.Core.TyCo.Rep.

  3. eqTypeX :: RnEnv2 -> Type -> Type -> Bool

    ghc GHC.Core.TyCo.Compare

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

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

    ghc GHC.Core.TyCo.Compare

    Type equality on lists of types, looking through type synonyms but not newtypes.

  5. eqVarBndrs :: RnEnv2 -> [Var] -> [Var] -> Maybe RnEnv2

    ghc GHC.Core.TyCo.Compare

    No documentation available.

  6. equal :: (Eq a, Eq b, Graph gr) => gr a b -> gr a b -> Bool

    ghc GHC.Data.Graph.Inductive.Graph

    No documentation available.

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

    ghc GHC.Data.List.SetOps

    No documentation available.

  8. equivalent :: Point s a -> Point s a -> ST s Bool

    ghc GHC.Data.UnionFind

    Test if two points are in the same equivalence class.

  9. eqPhase :: Phase -> Phase -> Bool

    ghc GHC.Driver.Phases

    No documentation available.

  10. eqEmptyLocalBinds :: HsLocalBindsLR a b -> Bool

    ghc GHC.Hs.Binds

    No documentation available.

Page 61 of many | Previous | Next