tpdb-0.8.2: Data Type for Rewriting Systems

Safe HaskellNone

TPDB.Rainbow.Proof.Xml

Description

from internal representation to XML, and back

Synopsis

Documentation

data Xml_As_String a Source

for some types, e.g. Integer , do not use XmlContent instance for element type but show them (as string). reason: the XmlContent module contains an instance for integer that produces value="42"/ and there is no way to turn this off.

Constructors

Xml_As_String a 

mai :: forall a. (Typeable a, XmlContent a, ToExotic a) => String -> Domain -> a -> CParser Matrix_IntSource

FIXME this is broken because the keys could be Identifier or Marked Identifier

unP :: Identifier -> IdentifierSource

super ugly risky: name mangling