]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blob - src/XHTML.hs
Change the program name to 'lwn-epub' in the CommandLine module. Probably had it...
[dead/lwn-epub.git] / src / XHTML.hs
1 module XHTML
2 where
3
4 class XHTML a where
5 to_xhtml :: a -> String