Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
eqPPField :: EqPP (Field a) ignoredopaleye Opaleye.Adaptors No documentation available.
eqPPMaybeFields :: EqPP a b -> EqPP (MaybeFields a) (MaybeFields b)opaleye Opaleye.Adaptors No documentation available.
eqPPMaybeFields :: EqPP a b -> EqPP (MaybeFields a) (MaybeFields b)opaleye Opaleye.Internal.MaybeFields No documentation available.
eqExplicit :: EqPP columns a -> columns -> columns -> Field PGBoolopaleye Opaleye.Internal.Operators No documentation available.
eqPPField :: EqPP (Field a) ignoredopaleye Opaleye.Internal.Operators No documentation available.
equalFilePath :: String -> String -> Boolpathtype System.Path Deprecated: Use System.FilePath.equalFilePath instead.
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.