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

Hoogle Search

Within LTS Haskell 24.17 (ghc-9.10.3)

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

  1. EqCodec :: forall value input output . (Show value, Eq value, Coercible input value, Coercible output value) => value -> JSONCodec value -> Codec Value input output

    autodocodec Autodocodec.Codec

    Match a given value using its Eq instance during decoding, and encode exactly that value during encoding.

  2. Equal :: Result

    doctest-lib Test.DocTest.Base

    No documentation available.

  3. type EqTag (tag :: k' -> Type) (f :: k' -> Type) = (GEq tag, Has' Eq tag f)

    dependent-sum Data.Dependent.Sum

    Deprecated: Instead of 'EqTag tag f', use '(GEq tag, Has' Eq tag f)'

  4. type Equality (s :: k1) (t :: k2) (a :: k1) (b :: k2) = forall k3 (p :: k1 -> k3 -> Type) (f :: k2 -> k3) . () => p a f b -> p s f t

    diagrams-lib Diagrams.Prelude

    A witness that (a ~ s, b ~ t). Note: Composition with an Equality is index-preserving.

  5. type Equality' (s :: k2) (a :: k2) = Equality s s a a

    diagrams-lib Diagrams.Prelude

    A Simple Equality.

  6. module Test.Syd.Validity.Functions.Equivalence

    No documentation available.

  7. class C f => EqShape (f :: Type -> Type)

    comfort-array Data.Array.Comfort.Container

    No documentation available.

  8. module Data.EqP

    No documentation available.

  9. module Test.Validity.Functions.Equivalence

    No documentation available.

  10. type family EQSym0 :: Ordering

    singletons-base Data.Ord.Singletons

    No documentation available.

Page 22 of many | Previous | Next

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