autoproc-0.1.2: EDSL for Procmail scripts

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 -> StringSource