[Haskell-cafe] Kind synonyms
Tom Ellis
tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk
Fri Feb 27 10:45:43 UTC 2015
Is there an extension that will allow me to do
type T = (*, *)
so I can replace
type family F (k :: (*, *))
with
type family F (k :: T)
?
Tom
More information about the Haskell-Cafe
mailing list