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. EqualButShouldNotHaveBeenEqual :: String -> String -> Assertion

    sydtest Test.Syd.Run

    No documentation available.

  2. class EqMaybe a b

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

    No documentation available.

  3. class EqMaybe a b

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

    No documentation available.

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

  5. data Equivalence

    inspection-testing Test.Inspection

    Equivalence of terms.

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

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

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

  9. Equals :: Token

    haskell-src-exts Language.Haskell.Exts

    No documentation available.

  10. Equals :: Token

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

    No documentation available.

Page 21 of many | Previous | Next