diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2016-09-26 08:37:47 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2016-09-26 11:54:23 +0100 |
commit | 796f0f2ad7eefd1c9af5a7ef9bf56848067e85b1 (patch) | |
tree | 49b8e5ccc46a2455f0a0ef094a5af369de01e838 /testsuite/tests/warnings | |
parent | bc7c730c613f5c35eea512955728d1e7a0d01aa9 (diff) | |
download | haskell-796f0f2ad7eefd1c9af5a7ef9bf56848067e85b1.tar.gz |
Print foralls in user format
This fixes Trac #12597: in RnNames.warnMissingSignatures,
use pprSigmaType not pprType
Diffstat (limited to 'testsuite/tests/warnings')
-rw-r--r-- | testsuite/tests/warnings/should_compile/T11077.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/warnings/should_compile/T11077.stderr b/testsuite/tests/warnings/should_compile/T11077.stderr index fcaa385679..ba7d4d8580 100644 --- a/testsuite/tests/warnings/should_compile/T11077.stderr +++ b/testsuite/tests/warnings/should_compile/T11077.stderr @@ -1,3 +1,3 @@ T11077.hs:3:1: warning: [-Wmissing-exported-sigs] - Top-level binding with no type signature: foo :: forall a. a + Top-level binding with no type signature: foo :: a |