Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
equalFilePath :: ShortByteString -> ShortByteString -> Boolfilepath System.OsPath.Windows.Internal 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:/")
equalKeys :: Eq k => HashMap k v -> HashMap k v' -> Boolunordered-containers Data.HashMap.Internal No documentation available.
equalKeys1 :: (k -> k' -> Bool) -> HashMap k v -> HashMap k' v' -> Boolunordered-containers Data.HashMap.Internal No documentation available.
eqUArray :: (IArray UArray e, Ix i, Eq e) => UArray i e -> UArray i e -> Boolarray Data.Array.Base No documentation available.
eqChar :: Char -> Char -> Boolghc-prim GHC.Classes No documentation available.
eqDouble :: Double -> Double -> Boolghc-prim GHC.Classes No documentation available.
eqFloat :: Float -> Float -> Boolghc-prim GHC.Classes No documentation available.
-
ghc-prim GHC.Classes No documentation available.
eqWord :: Word -> Word -> Boolghc-prim GHC.Classes No documentation available.
eqAddr# :: Addr# -> Addr# -> Int#ghc-prim GHC.Prim No documentation available.