[GHC] #7872: :info does not display "forall" for a synonym
GHC
cvs-ghc at haskell.org
Fri May 3 08:45:57 CEST 2013
#7872: :info does not display "forall" for a synonym
----------------------------------------------+-----------------------------
Reporter: monoidal | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.6.3 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Incorrect warning at compile-time | Blockedby:
Blocking: | Related:
----------------------------------------------+-----------------------------
Comment(by simonpj@…):
commit 9e390fdd1f1da4ae5e218724414ee0091edac28d
{{{
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu May 2 17:05:53 2013 +0100
Don't suppress foralls in the RHS of a type synonym definition!
Fixes Trac #7872
compiler/main/PprTyThing.hs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7872#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list