Fix up .lhs delimiters a bit
authorSamuel Bronson <naesten@gmail.com>
Sat, 4 Nov 2006 01:56:42 +0000 (01:56 +0000)
committerSamuel Bronson <naesten@gmail.com>
Sat, 4 Nov 2006 01:56:42 +0000 (01:56 +0000)
compiler/simplCore/SimplUtils.lhs

index fbe5f18..2dbabb8 100644 (file)
@@ -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.