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.
EqualButShouldNotHaveBeenEqual :: String -> String -> Assertionsydtest Test.Syd.Run No documentation available.
-
haskell-gi-base Data.GI.Base.Attributes No documentation available.
-
haskell-gi-base Data.GI.Base.ShortPrelude No documentation available.
EqualTo :: Name -> Equivalence -> Propertyinspection-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
-
inspection-testing Test.Inspection Equivalence of terms.
type
EqualFunc = Ptr () -> Ptr () -> IO Boolgi-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.
type
EqualFuncFull = Ptr () -> Ptr () -> IO Boolgi-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
type
EqualFuncFull_WithClosures = Ptr () -> Ptr () -> Ptr () -> IO Boolgi-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
-
haskell-src-exts Language.Haskell.Exts No documentation available.
-
haskell-src-exts Language.Haskell.Exts.Lexer No documentation available.