[GHC] #7730: :info and polykinds
GHC
ghc-devs at haskell.org
Wed Sep 4 00:52:11 CEST 2013
#7730: :info and polykinds
--------------------------------------------+------------------------------
Reporter: monoidal | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 7.8.1
Component: Compiler (Type checker) | Version: 7.6.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Test Case: | Difficulty: Unknown
Blocking: | Blocked By:
| Related Tickets:
--------------------------------------------+------------------------------
Comment (by monoidal):
By the way there's the same problem with `:kind!` command
{{{
Prelude> :kind! A
A :: k -> k1 -> *
= forall (k :: BOX) (k :: BOX). A k k
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7730#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list