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.

  1. equalFilePath :: ShortByteString -> ShortByteString -> Bool

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

  2. equalKeys :: Eq k => HashMap k v -> HashMap k v' -> Bool

    unordered-containers Data.HashMap.Internal

    No documentation available.

  3. equalKeys1 :: (k -> k' -> Bool) -> HashMap k v -> HashMap k' v' -> Bool

    unordered-containers Data.HashMap.Internal

    No documentation available.

  4. eqUArray :: (IArray UArray e, Ix i, Eq e) => UArray i e -> UArray i e -> Bool

    array Data.Array.Base

    No documentation available.

  5. eqChar :: Char -> Char -> Bool

    ghc-prim GHC.Classes

    No documentation available.

  6. eqDouble :: Double -> Double -> Bool

    ghc-prim GHC.Classes

    No documentation available.

  7. eqFloat :: Float -> Float -> Bool

    ghc-prim GHC.Classes

    No documentation available.

  8. eqInt :: Int -> Int -> Bool

    ghc-prim GHC.Classes

    No documentation available.

  9. eqWord :: Word -> Word -> Bool

    ghc-prim GHC.Classes

    No documentation available.

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

    ghc-prim GHC.Prim

    No documentation available.

Page 51 of many | Previous | Next