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. equivalent :: forall (m :: Type -> Type) a s c . (Monad m, Applicative m, Ord a) => Equiv s c a -> a -> a -> STT s m Bool

    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.

  2. equipment :: Fake Text

    fakedata Faker.Appliance

    No documentation available.

  3. equalFilePath :: RawFilePath -> RawFilePath -> Bool

    filepath-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:/")
    

  4. equalFilePath :: RawFilePath -> RawFilePath -> Bool

    filepath-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:/")
    

  5. equals :: Parser Text

    graphql Language.GraphQL.AST.Lexer

    Parser for "=".

  6. eqLaws :: (Eq a, Show a) => Gen a -> Laws

    hedgehog-classes Hedgehog.Classes

    Tests the following Eq laws:

    • Reflexivity x == xTrue
    • Symmetry x == yy == x
    • Transitivity x == y && y == zx == z
    • Negation x /= ynot (x == y)

  7. equalBins :: Histogram -> Histogram -> Bool

    hmatrix-gsl-stats Numeric.GSL.Histogram

    returns True of all the individual bin ranges of the two histograms are identical

  8. equalBins :: Histogram2D -> Histogram2D -> Bool

    hmatrix-gsl-stats Numeric.GSL.Histogram2D

    returns True of all the individual bin ranges of the two histograms are identical

  9. eqAddr# :: Addr# -> Addr# -> Int#

    ihaskell IHaskellPrelude

    No documentation available.

  10. eqChar :: Char -> Char -> Bool

    ihaskell IHaskellPrelude

    No documentation available.

Page 112 of many | Previous | Next