From 62c79599b7f5ae052309e22e0c188f2770e16c67 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Sat, 4 Nov 2006 01:56:42 +0000 Subject: [PATCH] Fix up .lhs delimiters a bit --- compiler/simplCore/SimplUtils.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/simplCore/SimplUtils.lhs b/compiler/simplCore/SimplUtils.lhs index fbe5f18..2dbabb8 100644 --- 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. -- 1.7.10.4