projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6153c76
)
Fix up .lhs delimiters a bit
author
Samuel Bronson
<naesten@gmail.com>
Sat, 4 Nov 2006 01:56:42 +0000
(
01:56
+0000)
committer
Samuel Bronson
<naesten@gmail.com>
Sat, 4 Nov 2006 01:56:42 +0000
(
01:56
+0000)
compiler/simplCore/SimplUtils.lhs
patch
|
blob
|
history
diff --git
a/compiler/simplCore/SimplUtils.lhs
b/compiler/simplCore/SimplUtils.lhs
index
fbe5f18
..
2dbabb8
100644
(file)
--- a/
compiler/simplCore/SimplUtils.lhs
+++ b/
compiler/simplCore/SimplUtils.lhs
@@
-777,7
+777,7
@@
activeRule env
-- to work in Template Haskell when simplifying
-- splices, so we get simpler code for literal strings
SimplPhase n -> Just (isActive n)
-\end{code}
+\end{code}
%************************************************************************
@@
-1251,7
+1251,7
@@
match. For example:
other -> ...(case x of
0# -> ...
other -> ...) ...
-\end{code}
+\end{verbatim}
Here the inner case can be eliminated. This really only shows up in
eliminating error-checking code.