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.
equalFilePath :: System os => Tagged os (String -> String -> Bool)pathtype System.Path.Generic Check whether two strings are equal as file paths.
Posix.equalFilePath "abc/def" "abc/def"
Posix.equalFilePath "abc/def" "abc//def"
Posix.equalFilePath "/tmp/" "/tmp"
Posix.equalFilePath "/tmp" "//tmp"
Posix.equalFilePath "/tmp" "///tmp"
not $ Posix.equalFilePath "abc" "def"
not $ Posix.equalFilePath "/tmp" "tmp"
Windows.equalFilePath "abc\\def" "abc\\def"
Windows.equalFilePath "abc\\def" "abc\\\\def"
Windows.equalFilePath "file" "File"
Windows.equalFilePath "\\file" "\\\\file"
Windows.equalFilePath "\\file" "\\\\\\file"
not $ Windows.equalFilePath "abc" "def"
not $ Windows.equalFilePath "file" "dir"
equalFilePath :: String -> String -> Boolpathtype System.Path.Posix Deprecated: Use System.FilePath.equalFilePath instead.
equalFilePath :: String -> String -> Boolpathtype System.Path.Windows Deprecated: Use System.FilePath.equalFilePath instead.
-
prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen No documentation available.
equal :: forall a (t :: Language) . Eq a => Proxy a -> SumType t -> SumType tpurescript-bridge Language.PureScript.Bridge.SumType Ensure that an Eq instance is generated for your type.
eqOfLe :: POrder a => a -> a -> Boolrec-def Data.POrder The eqOfLe method checks _related_ elements for equality. Formally: For all x ⊑ y, eqOfLe x y == True iff x == y. This can be more efficient than testing for equality. For example for sets, (==) needs to compare the elements, but eqOfLe only needs to compare sizes. It is always ok to use (==) here.
-
shell-conduit Data.Conduit.Shell No documentation available.
equalFiles :: ProcessType r => rshell-conduit Data.Conduit.Shell No documentation available.
-
shell-conduit Data.Conduit.Shell.PATH No documentation available.
equalFiles :: ProcessType r => rshell-conduit Data.Conduit.Shell.PATH No documentation available.