diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:22:42 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:22:42 +0000 |
commit | 432b38b66700d243369df5b76e5c5c01b5e197ff (patch) | |
tree | 3b136a64a5310ea54ad9c6755cc3b2a5f54b12ae /compiler/rename/RnPat.lhs | |
parent | dbc1ed7e054a1c67cd34ff4776feea0d176e3bbb (diff) | |
download | haskell-432b38b66700d243369df5b76e5c5c01b5e197ff.tar.gz |
Fix Haddock errors.
Diffstat (limited to 'compiler/rename/RnPat.lhs')
-rw-r--r-- | compiler/rename/RnPat.lhs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/rename/RnPat.lhs b/compiler/rename/RnPat.lhs index 42a14873c7..584c2870cd 100644 --- a/compiler/rename/RnPat.lhs +++ b/compiler/rename/RnPat.lhs @@ -58,11 +58,11 @@ import Literal ( inCharRange ) \end{code} -********************************************************* -* * +%********************************************************* +%* * \subsection{Patterns} -* * -********************************************************* +%* * +%********************************************************* \begin{code} -- externally abstract type of name makers, |