katydid-0.1.1.0: 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