[GHC] #15556: Inconsistent kind output for (->)
GHC
ghc-devs at haskell.org
Wed Aug 22 08:13:25 UTC 2018
#15556: Inconsistent kind output for (->)
-------------------------------------+-------------------------------------
Reporter: cvlad | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: GHCi | Version: 8.4.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Documentation
Unknown/Multiple | bug
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The kind for (->) seems to be (uniquely?) verbose in ghc >= 8.2.2:
{{{(->) :: TYPE q -> TYPE r -> *}}}
Unlike all other things I was able to check. Is this intended?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15556>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list