fswatch-0.1.0.2: File System watching tool with cli and slave functionalities.

Safe HaskellNone
LanguageHaskell2010

System.FSWatch.Repr

Documentation

type Listener = PE -> IO () #

data Opts #

Constructors

Opts 

data DBE #

Constructors

DBE 

Fields

type DB = [DBE] #

type P = (IO (), Chan PE) #

data PE #

Constructors

Mod String 
Add String 
Rem String 
Prt 

Fields

Instances

Eq PE # 

Methods

(==) :: PE -> PE -> Bool #

(/=) :: PE -> PE -> Bool #

Read PE # 
Show PE # 

Methods

showsPrec :: Int -> PE -> ShowS #

show :: PE -> String #

showList :: [PE] -> ShowS #

isPrt :: PE -> Bool #

data Mode #

Constructors

CLI 
SLAVE 

Instances

Eq Mode # 

Methods

(==) :: Mode -> Mode -> Bool #

(/=) :: Mode -> Mode -> Bool #

Show Mode # 

Methods

showsPrec :: Int -> Mode -> ShowS #

show :: Mode -> String #

showList :: [Mode] -> ShowS #