| ||||||||
| ||||||||
Description | ||||||||
Remove the "literal" markups from a Haskell source file, including ">", "\begin{code}", "\end{code}", and "#" Part of the following code is from Report on the Programming Language Haskell, version 1.2, appendix C. | ||||||||
Synopsis | ||||||||
| ||||||||
Documentation | ||||||||
unlit :: FilePath -> String -> String | ||||||||
unlit takes a filename (for error reports), and transforms the given string, to eliminate the literate comments from the program text. | ||||||||
plain :: String -> String -> String | ||||||||
Produced by Haddock version 0.8 |