Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
equals :: forall (n :: Nat) (m :: Nat) . Finite n -> Finite m -> Boolfinite-typelits Data.Finite Test two different types of finite numbers for equality.
equals :: forall (n :: Nat) (m :: Nat) a . Eq a => Finite a n -> Finite a m -> Boolfinite-typelits Data.Finite.Integral Test two different types of finite numbers for equality.
equals :: Applicative m => m Docgraphviz Data.GraphViz.Printing The document equals contains an equal sign, "=".
-
hledger-lib Hledger.Data.AccountName No documentation available.
equivalent :: (Eq a, C a) => T a -> T a -> Boolnumeric-prelude MathObj.LaurentPolynomial Two polynomials may be stored differently. This function checks whether two values of type LaurentPolynomial actually represent the same polynomial.
equal :: (Eq a, C a) => [a] -> [a] -> Boolnumeric-prelude MathObj.Polynomial.Core No documentation available.
equalApprox :: Basis -> Exponent -> T -> T -> Boolnumeric-prelude Number.Positional No documentation available.
equal :: Eq a => a -> T a -> T a -> Boolnumeric-prelude Number.ResidueClass.Func No documentation available.
eqF :: forall (a :: k) . EqF f => f a -> f a -> Boolparameterized-utils Data.Parameterized.Classes No documentation available.
equalFilePath :: FilePath -> FilePath -> Boolshake Development.Shake.FilePath 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. Similar to normalise, this does not expand "..", because of symlinks.
x == y ==> equalFilePath x y normalise x == normalise y ==> equalFilePath x y equalFilePath "foo" "foo/" not (equalFilePath "/a/../c" "/c") not (equalFilePath "foo" "/foo") Posix: not (equalFilePath "foo" "FOO") Windows: equalFilePath "foo" "FOO" Windows: not (equalFilePath "C:" "C:/")