Safe Haskell | None |
---|---|
Language | Haskell2010 |
System.FSWatch.Repr
Documentation
data WatchProcess Source #
Constructors
WatchProcess | |
Fields
|
Constructors
Opts | |
Fields
|
Constructors
State | |
Fields
|
data PrintFormat Source #
Constructors
MultiRecord | |
SingleRecord |
Instances
Eq PrintFormat Source # | |
Defined in System.FSWatch.Repr | |
Show PrintFormat Source # | |
Defined in System.FSWatch.Repr Methods showsPrec :: Int -> PrintFormat -> ShowS # show :: PrintFormat -> String # showList :: [PrintFormat] -> ShowS # |
data NotifyBuffering Source #
Constructors
NoNotifyBuffer | |
FixTimeBuffer Int | |
DelayedBuffer Int |
Instances
Eq NotifyBuffering Source # | |
Defined in System.FSWatch.Repr Methods (==) :: NotifyBuffering -> NotifyBuffering -> Bool # (/=) :: NotifyBuffering -> NotifyBuffering -> Bool # | |
Show NotifyBuffering Source # | |
Defined in System.FSWatch.Repr Methods showsPrec :: Int -> NotifyBuffering -> ShowS # show :: NotifyBuffering -> String # showList :: [NotifyBuffering] -> ShowS # |