autoproc-0.2.1: EDSL for Procmail scripts

Safe HaskellSafe
LanguageHaskell98

Autoproc.Procmail

Documentation

data PExp Source #

Constructors

PExp [RecipeFlag] [Condition] Action 

Instances

data Action Source #

Constructors

Forward [String] 
Pipe String 
File String 
Nest [PExp] 

Instances

showLn :: Show a => a -> String Source #