katydid-0.2.0.1: A haskell implementation of Katydid

Safe HaskellNone
LanguageHaskell2010

Xml

Contents

Description

This module contains the XML Parser.

Synopsis

Documentation

decodeXML :: String -> [XmlTree] Source #

decodeXML returns a XmlTree, given an input string.

Orphan instances