System.Directory.Watchman.WFilePath
newtype WFilePath Source #
Constructors
Defined in System.Directory.Watchman.WFilePath
Methods
(==) :: WFilePath -> WFilePath -> Bool #
(/=) :: WFilePath -> WFilePath -> Bool #
compare :: WFilePath -> WFilePath -> Ordering #
(<) :: WFilePath -> WFilePath -> Bool #
(<=) :: WFilePath -> WFilePath -> Bool #
(>) :: WFilePath -> WFilePath -> Bool #
(>=) :: WFilePath -> WFilePath -> Bool #
max :: WFilePath -> WFilePath -> WFilePath #
min :: WFilePath -> WFilePath -> WFilePath #
showsPrec :: Int -> WFilePath -> ShowS #
show :: WFilePath -> String #
showList :: [WFilePath] -> ShowS #
parseBSER :: BSERValue -> Parser WFilePath Source #
toByteString :: WFilePath -> ByteString Source #