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.

  1. 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"
    

  2. equalFilePath :: String -> String -> Bool

    pathtype System.Path.Posix

    Deprecated: Use System.FilePath.equalFilePath instead.

  3. equalFilePath :: String -> String -> Bool

    pathtype System.Path.Windows

    Deprecated: Use System.FilePath.equalFilePath instead.

  4. equals :: Doc

    prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen

    No documentation available.

  5. equal :: forall a (t :: Language) . Eq a => Proxy a -> SumType t -> SumType t

    purescript-bridge Language.PureScript.Bridge.SumType

    Ensure that an Eq instance is generated for your type.

  6. eqOfLe :: POrder a => a -> a -> Bool

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

  7. eqn :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  8. equalFiles :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  9. eqn :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  10. equalFiles :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

Page 127 of many | Previous | Next