]> Git — Sourcephile - haskell/symantic-xml.git/blob - Symantic/XML.hs
stack: bump resolver
[haskell/symantic-xml.git] / Symantic / XML.hs
1 module Symantic.XML
2 ( module Symantic.XML.Document
3 , readXML
4 , readFile
5 , writeXML
6 , writeXMLIndented
7 , writeFile
8 ) where
9 import Symantic.XML.Document
10 import Symantic.XML.Read
11 import Symantic.XML.Write