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. class EqMaybe a b

    haskell-gi-base Data.GI.Base.Attributes

    No documentation available.

  2. class EqMaybe a b

    haskell-gi-base Data.GI.Base.ShortPrelude

    No documentation available.

  3. EqualTo :: Name -> Equivalence -> Property

    inspection-testing Test.Inspection

    Are the two functions equal? More precisely: f is equal to g if either the definition of f is f = g, or the definition of g is g = f, or if the definitions are f = e and g = e. In general f and g need to be defined in this module, so that their actual defintions can be inspected. The Equivalence indicates how strict to check for equality

  4. data Equivalence

    inspection-testing Test.Inspection

    Equivalence of terms.

  5. type EqualFunc = Ptr () -> Ptr () -> IO Bool

    gi-glib GI.GLib.Callbacks

    Specifies the type of a function used to test two values for equality. The function should return True if both values are equal and False otherwise.

  6. type EqualFuncFull = Ptr () -> Ptr () -> IO Bool

    gi-glib GI.GLib.Callbacks

    Specifies the type of a function used to test two values for equality. The function should return True if both values are equal and False otherwise. This is a version of EqualFunc which provides a userData closure from the caller. Since: 2.74

  7. type EqualFuncFull_WithClosures = Ptr () -> Ptr () -> Ptr () -> IO Bool

    gi-glib GI.GLib.Callbacks

    Specifies the type of a function used to test two values for equality. The function should return True if both values are equal and False otherwise. This is a version of EqualFunc which provides a userData closure from the caller. Since: 2.74

  8. Equals :: Token

    haskell-src-exts Language.Haskell.Exts

    No documentation available.

  9. Equals :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

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

Page 21 of many | Previous | Next