hOpenPGP-0.14: native Haskell implementation of OpenPGP (RFC4880)

Safe HaskellNone

Data.Conduit.OpenPGP.Filter

Documentation

data Expr a Source

Constructors

EAny 
E a 
EAnd (Expr a) (Expr a) 
EOr (Expr a) (Expr a) 
ENot (Expr a) 

data OVar Source

Constructors

OVTag 

data OValue Source

Constructors

OInt Int 

Instances