[GHC] #11404: The type variable used in a kind is still used
GHC
ghc-devs at haskell.org
Mon Jan 11 12:42:16 UTC 2016
#11404: The type variable used in a kind is still used
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner: goldfire
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.1
Keywords: TypeInType | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
From Phab:D1739.
When you say
{{{
undefined :: forall (v :: Levity) (a :: TYPE v). (?callStack :: CallStack)
=> a
}}}
you get a warning that `v` is unused.
I will fix.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11404>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list