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.
-
equivalence Data.Equivalence.STT This function decides whether the two given elements are in the same equivalence class according to the given equivalence relation representation.
-
fakedata Faker.Appliance No documentation available.
equalFilePath :: RawFilePath -> RawFilePath -> Boolfilepath-bytestring System.FilePath.Posix.ByteString Equality of two FilePaths. If you call System.Directory.canonicalizePath first this has a much better chance of working. Note that this doesn't follow symlinks or DOSNAM~1s.
x == y ==> equalFilePath x y normalise x == normalise y ==> equalFilePath x y equalFilePath "foo" "foo/" not (equalFilePath "foo" "/foo") Posix: not (equalFilePath "foo" "FOO") Windows: equalFilePath "foo" "FOO" Windows: not (equalFilePath "C:" "C:/")
equalFilePath :: RawFilePath -> RawFilePath -> Boolfilepath-bytestring System.FilePath.Windows.ByteString Equality of two FilePaths. If you call System.Directory.canonicalizePath first this has a much better chance of working. Note that this doesn't follow symlinks or DOSNAM~1s.
x == y ==> equalFilePath x y normalise x == normalise y ==> equalFilePath x y equalFilePath "foo" "foo/" not (equalFilePath "foo" "/foo") Posix: not (equalFilePath "foo" "FOO") Windows: equalFilePath "foo" "FOO" Windows: not (equalFilePath "C:" "C:/")
-
graphql Language.GraphQL.AST.Lexer Parser for "=".
eqLaws :: (Eq a, Show a) => Gen a -> Lawshedgehog-classes Hedgehog.Classes Tests the following Eq laws:
equalBins :: Histogram -> Histogram -> Boolhmatrix-gsl-stats Numeric.GSL.Histogram returns True of all the individual bin ranges of the two histograms are identical
equalBins :: Histogram2D -> Histogram2D -> Boolhmatrix-gsl-stats Numeric.GSL.Histogram2D returns True of all the individual bin ranges of the two histograms are identical
eqAddr# :: Addr# -> Addr# -> Int#ihaskell IHaskellPrelude No documentation available.
eqChar :: Char -> Char -> Boolihaskell IHaskellPrelude No documentation available.