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. eqClassName :: Name

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  2. eqPrimTyCon :: TyCon

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  3. eqReprPrimTyCon :: TyCon

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

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

    liquidhaskell-boot Liquid.GHC.API

    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.

  5. equals :: IsLine doc => doc

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  6. eq2Default :: (Bimatchable t, Eq a, Eq b) => t a b -> t a b -> Bool

    matchable Data.Bimatchable

    No documentation available.

  7. eqDefault :: (Matchable t, Eq a) => t a -> t a -> Bool

    matchable Data.Matchable

    Matchable t implies Eq a => Eq (t a).

  8. eql :: Data -> Data -> ALU ()

    sbv Documentation.SBV.Examples.Puzzles.AOC_2021_24

    Equality.

  9. eqBy :: Monad m => (a -> b -> Bool) -> Stream m a -> Stream m b -> m Bool

    streamly-core Streamly.Data.Stream

    Compare two streams for equality

  10. eqWord8 :: forall (m :: Type -> Type) . Monad m => Word8 -> Parser Word8 m Word8

    streamly-core Streamly.Internal.Data.Binary.Parser

    Accept the input byte only if it is equal to the specified value. Pre-release

Page 116 of many | Previous | Next