 | Cabal-1.8.0.6: A framework for packaging Haskell software | Contents | Index |
|
| Distribution.Simple.PreProcess.Unlit | | Portability | portable | | Maintainer | cabal-devel@haskell.org |
|
|
|
| Description |
| Remove the "literal" markups from a Haskell source file, including
">", "\begin{code}", "\end{code}", and "#"
|
|
| Synopsis |
|
|
|
| Documentation |
|
| unlit :: FilePath -> String -> Either 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 |
| No unliteration.
|
|
| Produced by Haddock version 2.7.2 |