Hets - the Heterogeneous Tool Set
LicenseGPLv2 or higher, see LICENSE.txt
MaintainerDaniel Hackbarth <da_ha@uni-bremen.de>
Safe HaskellNone

Common.JSONOrXML

Description

 

Documentation

data JSONOrXML Source #

Constructors

JSON Json 
XML Element 

joinData :: (String, JSONOrXML) -> (String, JSONOrXML) -> Result JSONOrXML Source #

prettyWithTag :: JSONOrXML -> (String, String) Source #