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. EqCodec :: forall value input output . (Show value, Eq value, Coercible input value, Coercible output value) => value -> JSONCodec value -> Codec Value input output

    autodocodec Autodocodec

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

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

  3. Equal :: Result

    doctest-lib Test.DocTest.Base

    No documentation available.

  4. 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)'

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

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

    diagrams-lib Diagrams.Prelude

    A Simple Equality.

  7. module Test.Syd.Validity.Functions.Equivalence

    No documentation available.

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

    comfort-array Data.Array.Comfort.Container

    No documentation available.

  9. module Data.EqP

    No documentation available.

  10. module Test.Validity.Functions.Equivalence

    No documentation available.

Page 22 of many | Previous | Next