[commit: ghc] master: Comments only (7535c83)
git at git.haskell.org
git at git.haskell.org
Mon Dec 8 15:02:05 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7535c83b600792fe03235d2da0a6affcbfddde4b/ghc
>---------------------------------------------------------------
commit 7535c83b600792fe03235d2da0a6affcbfddde4b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Dec 4 11:03:49 2014 +0000
Comments only
>---------------------------------------------------------------
7535c83b600792fe03235d2da0a6affcbfddde4b
libraries/base/GHC/Int.hs | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/libraries/base/GHC/Int.hs b/libraries/base/GHC/Int.hs
index 5cb6ceb..f9d5bbe 100644
--- a/libraries/base/GHC/Int.hs
+++ b/libraries/base/GHC/Int.hs
@@ -897,10 +897,9 @@ instance Ix Int64 where
inRange (m,n) i = m <= i && i <= n
-{-
-Note [Order of tests]
-
-Suppose we had a definition like:
+{- Note [Order of tests]
+~~~~~~~~~~~~~~~~~~~~~~~~~
+(See Trac #3065, #5161.) Suppose we had a definition like:
quot x y
| y == 0 = divZeroError
More information about the ghc-commits
mailing list