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.

  1. equalFilePath :: RawFilePath -> RawFilePath -> Bool

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

  2. maybeFilePath :: Event -> Maybe RawFilePath

    hinotify System.INotify

    No documentation available.

  3. maybeFilePath :: Event -> Maybe RawFilePath

    hinotify System.INotify

    No documentation available.

  4. maybeFilePath :: Event -> Maybe RawFilePath

    hinotify System.INotify

    No documentation available.

  5. maybeFilePath :: Event -> Maybe RawFilePath

    hinotify System.INotify

    No documentation available.

  6. maybeFilePath :: Event -> Maybe RawFilePath

    hinotify System.INotify

    No documentation available.

  7. mkFaultyFilePath :: FilePath -> Maybe FilePath -> FilePath -> ConstructorArbitraryPair a -> FilePath

    hspec-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.

  8. mkFaultyReencodedFilePath :: FilePath -> Maybe FilePath -> FilePath -> ConstructorArbitraryPair a -> FilePath

    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.

  9. mkGoldenFilePath :: FilePath -> Maybe FilePath -> FilePath -> ConstructorArbitraryPair a -> FilePath

    hspec-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.

  10. HsFilePath :: String -> String -> CompletionType

    ihaskell IHaskell.Eval.Completion

    No documentation available.

Page 26 of many | Previous | Next