
15 Jan
2009
15 Jan
'09
4:55 p.m.
On Thu, Jan 15, 2009 at 10:46:46PM +0100, Henning Thielemann wrote:
When trying to perform some tests with StrictCheck, I found that the monads from the 'transformers' package don't have Data instances. Can they be provided while keeping 'transformers' Haskell 98 and avoiding orphan instances?
They could be provided for GHC only using ifdef'd deriving clauses.