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.

  1. eqPPField :: EqPP (Field a) ignored

    opaleye Opaleye.Adaptors

    No documentation available.

  2. eqPPMaybeFields :: EqPP a b -> EqPP (MaybeFields a) (MaybeFields b)

    opaleye Opaleye.Adaptors

    No documentation available.

  3. eqPPMaybeFields :: EqPP a b -> EqPP (MaybeFields a) (MaybeFields b)

    opaleye Opaleye.Internal.MaybeFields

    No documentation available.

  4. eqExplicit :: EqPP columns a -> columns -> columns -> Field PGBool

    opaleye Opaleye.Internal.Operators

    No documentation available.

  5. eqPPField :: EqPP (Field a) ignored

    opaleye Opaleye.Internal.Operators

    No documentation available.

  6. equalFilePath :: String -> String -> Bool

    pathtype System.Path

    Deprecated: Use System.FilePath.equalFilePath instead.

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

  8. equalFilePath :: String -> String -> Bool

    pathtype System.Path.Posix

    Deprecated: Use System.FilePath.equalFilePath instead.

  9. equalFilePath :: String -> String -> Bool

    pathtype System.Path.Windows

    Deprecated: Use System.FilePath.equalFilePath instead.

  10. equals :: Doc

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

    No documentation available.

Page 124 of many | Previous | Next