tpdb-0.8.2: 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)
 

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