• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. equals :: IsLine doc => doc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  2. equals :: Doc

    ghc-lib-parser GHC.Utils.Ppr

    No documentation available.

  3. equals# :: forall (n :: Nat) . Fin# n -> Fin# n -> Bool

    natural-arithmetic Arithmetic.Fin

    No documentation available.

  4. eqCast :: (a == b) ~ 'True => a -> b

    singleton-bool Data.Singletons.Bool

    No documentation available.

  5. equals :: Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text

    The document equals contains an equal sign, "=".

  6. equals :: Applicative m => m Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic

    The document equals contains an equal sign, "=".

  7. equal :: forall (f :: Type -> Type) . (Functor f, Foldable f, Eq1 f) => Day f f Bool -> Bool

    yaya Yaya.Fold.Common

    Provides equality over arbitrary pattern functors.

  8. equalDay :: (Functor f, Foldable f) => (f () -> f () -> Bool) -> Day f f Bool -> Bool

    yaya Yaya.Fold.Common

    Provides equality over arbitrary pattern functors.

  9. eqModels :: (Model a b, EqProp b) => a -> a -> Property

    checkers Test.QuickCheck.Checkers

    No documentation available.

  10. equals :: (Contiguous arr, Element arr b, Eq b) => arr b -> arr b -> Bool

    contiguous Data.Primitive.Contiguous

    Test the two arrays for equality.

Page 104 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete