[Haskell-cafe] The Typeable class is changing

dm-list-haskell-cafe at scs.stanford.edu dm-list-haskell-cafe at scs.stanford.edu
Tue Jul 12 01:11:06 CEST 2011


At Mon, 11 Jul 2011 21:18:30 +0300,
Yitzchak Gale wrote:
> 
> Please respond to this thread if you own a package
> that will be affected by this change.

iterIO uses mkTyCon for the simple reason that ((Typeable t, Typeable
m) => Iter t m) is Typeable1 and there is no automatic way of deriving
Typeable1.

David



More information about the Haskell-Cafe mailing list