Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
equateAll :: MonadEquiv c v d m => [v] -> m ()equivalence Data.Equivalence.Monad This function equates the element in the given list. That is, it unions the equivalence classes of the elements and combines their descriptor.
equivalent :: MonadEquiv c v d m => v -> v -> m Boolequivalence Data.Equivalence.Monad This function decides whether the two given elements are equivalent in the current equivalence relation.
-
equivalence Data.Equivalence.STT This function equates the two given elements. That is, it unions the equivalence classes of the two elements and combines their descriptor.
-
equivalence Data.Equivalence.STT This function equates the element in the given list. That is, it unions the equivalence classes of the elements and combines their descriptor.
-
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: