tpdb-0.9.8: Data Type for Rewriting Systems

Safe HaskellNone

TPDB.Xml

Documentation

mkel :: Name -> [Content ()] -> Content ()Source

rmkel :: Monad m => Name -> [Content ()] -> m (Content ())Source

data CParser a Source

Constructors

CParser 

Fields

unCParser :: Contents -> Maybe (a, Contents)
 

class Typeable a => XRead a whereSource

Methods

xread :: CParser aSource

Instances

(Typeable a, XmlContent a) => XRead a 

wrap :: forall a. Typeable a => CParser a -> Parser (Content Posn) aSource