fswatch-0.1.0.0: File System watching tool with cli and slave functionalities.
System.FSWatch.Repr
data WatchProcess Source #
Constructors
Fields
type Listener = PE -> IO () Source #
data Opts Source #
data State Source #
data DBE Source #
type DB = [DBE] Source #
type P = (IO (), Chan PE) Source #
data PE Source #
Instances
Methods
(==) :: PE -> PE -> Bool #
(/=) :: PE -> PE -> Bool #
readsPrec :: Int -> ReadS PE #
readList :: ReadS [PE] #
readPrec :: ReadPrec PE #
readListPrec :: ReadPrec [PE] #
showsPrec :: Int -> PE -> ShowS #
show :: PE -> String #
showList :: [PE] -> ShowS #
isPrt :: PE -> Bool Source #
data PrintFormat Source #
(==) :: PrintFormat -> PrintFormat -> Bool #
(/=) :: PrintFormat -> PrintFormat -> Bool #
showsPrec :: Int -> PrintFormat -> ShowS #
show :: PrintFormat -> String #
showList :: [PrintFormat] -> ShowS #
data Mode Source #
(==) :: Mode -> Mode -> Bool #
(/=) :: Mode -> Mode -> Bool #
showsPrec :: Int -> Mode -> ShowS #
show :: Mode -> String #
showList :: [Mode] -> ShowS #
data NotifyBuffering Source #
(==) :: NotifyBuffering -> NotifyBuffering -> Bool #
(/=) :: NotifyBuffering -> NotifyBuffering -> Bool #
showsPrec :: Int -> NotifyBuffering -> ShowS #
show :: NotifyBuffering -> String #
showList :: [NotifyBuffering] -> ShowS #