[commit: ghc] master: wibble to simplifiable (26a1804)
git at git.haskell.org
git at git.haskell.org
Fri Apr 22 10:30:06 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/26a1804182a1cf8d83aceca6cfef9d2c0221a28f/ghc
>---------------------------------------------------------------
commit 26a1804182a1cf8d83aceca6cfef9d2c0221a28f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Apr 21 14:29:39 2016 +0100
wibble to simplifiable
>---------------------------------------------------------------
26a1804182a1cf8d83aceca6cfef9d2c0221a28f
testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr b/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr
index 5f761f7..40f15bf 100644
--- a/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr
@@ -8,5 +8,6 @@ Dependent packages: [base-4.9.0.0, ghc-prim-0.5.0.0,
SomethingShowable.hs:5:1: warning: [-Wsimplifiable-class-constraints (in -Wdefault)]
The constraint ‘Show Bool’ matches an instance declaration
+ instance Show Bool -- Defined in ‘GHC.Show’
This makes type inference very fragile;
try simplifying it using the instance
More information about the ghc-commits
mailing list