Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. eqLocated :: Eq a => GenLocated l a -> GenLocated l a -> Bool

    ghc-lib GHC

    Tests whether the two located things are equal

  2. equalityTIdKey :: Unique

    ghc-lib GHC.Builtin.Names.TH

    No documentation available.

  3. equalityTName :: Name

    ghc-lib GHC.Builtin.Names.TH

    No documentation available.

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

    ghc-lib GHC.Data.Graph.Inductive.Graph

    No documentation available.

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

    ghc-lib GHC.Data.UnionFind

    Test if two points are in the same equivalence class.

  6. eqnMatchResult :: EquationInfo -> MatchResult CoreExpr

    ghc-lib GHC.HsToCore.Monad

    No documentation available.

  7. eqn_pat :: EquationInfo -> LPat GhcTc

    ghc-lib GHC.HsToCore.Monad

    The first pattern of the equation NB: The location info is used to determine whether the pattern is generated or not. This helps us avoid warnings on patterns that GHC elaborated. NB: We have already applied decideBangHood to this pattern. See Note [decideBangHood] in GHC.HsToCore.Utils

  8. eqn_rest :: EquationInfo -> EquationInfo

    ghc-lib GHC.HsToCore.Monad

    The rest of the equation after its first pattern

  9. eqn_pat :: EquationInfo -> LPat GhcTc

    ghc-lib GHC.HsToCore.Utils

    The first pattern of the equation NB: The location info is used to determine whether the pattern is generated or not. This helps us avoid warnings on patterns that GHC elaborated. NB: We have already applied decideBangHood to this pattern. See Note [decideBangHood] in GHC.HsToCore.Utils

  10. eqn_rest :: EquationInfo -> EquationInfo

    ghc-lib GHC.HsToCore.Utils

    The rest of the equation after its first pattern

Page 130 of many | Previous | Next