goldfirere / ghc

Mirror of ghc repository. DO NOT SUBMIT PULL REQUESTS HERE
http://www.haskell.org/ghc/
Other
25 stars 1 forks source link

-fprint-explicit-foralls should work with kinds #41

Open goldfirere opened 9 years ago

goldfirere commented 9 years ago
data A
data B :: A -> *
data C :: B a -> *
data D :: C b -> *
data E :: D c -> *

and then :kind E omits foralls, even with -fprint-explicit-foralls and -fprint-explicit-kinds.