Ticket #7587 (closed bug: fixed)
Kind variables are not renamed
| Reported by: | monoidal | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Compiler | Version: | 7.6.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | ghci/scripts/T7587 | Blocked By: | |
| Blocking: | Related Tickets: | #7524 |
Description
ghci -XPolyKinds Prelude> data A x y Prelude> :k A A :: k -> k -> *
should be k -> l -> *. The 'k's are allowed to be different, there is just a name collision.
Change History
Note: See
TracTickets for help on using
tickets.
