Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
equalFilePath :: RawFilePath -> RawFilePath -> Boolfilepath-bytestring System.FilePath.Windows.ByteString 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.
x == y ==> equalFilePath x y normalise x == normalise y ==> equalFilePath x y equalFilePath "foo" "foo/" not (equalFilePath "foo" "/foo") Posix: not (equalFilePath "foo" "FOO") Windows: equalFilePath "foo" "FOO" Windows: not (equalFilePath "C:" "C:/")
maybeFilePath :: Event -> Maybe RawFilePathhinotify System.INotify No documentation available.
maybeFilePath :: Event -> Maybe RawFilePathhinotify System.INotify No documentation available.
maybeFilePath :: Event -> Maybe RawFilePathhinotify System.INotify No documentation available.
maybeFilePath :: Event -> Maybe RawFilePathhinotify System.INotify No documentation available.
maybeFilePath :: Event -> Maybe RawFilePathhinotify System.INotify No documentation available.
mkFaultyFilePath :: FilePath -> Maybe FilePath -> FilePath -> ConstructorArbitraryPair a -> FilePathhspec-golden-aeson Test.Aeson.Internal.ADT.GoldenSpecs Create the file path to save results from a failed golden test. Optionally use the module name to help avoid name collisions. Different modules can have types of the same name.
-
hspec-golden-aeson Test.Aeson.Internal.ADT.GoldenSpecs Create the file path to save results from a failed fallback golden test. Optionally use the module name to help avoid name collisions. Different modules can have types of the same name.
mkGoldenFilePath :: FilePath -> Maybe FilePath -> FilePath -> ConstructorArbitraryPair a -> FilePathhspec-golden-aeson Test.Aeson.Internal.ADT.GoldenSpecs Create the file path for the golden file. Optionally use the module name to help avoid name collissions. Different modules can have types of the same name.
HsFilePath :: String -> String -> CompletionTypeihaskell IHaskell.Eval.Completion No documentation available.