Re: [Haskell-cafe] Fwd: Uniplate + strict fields = fail. Why?

2009-10-01 Thread Max Bolingbroke
2009/10/1 Dmitry Astapov dasta...@gmail.com: Hi, I've been playing with generics in general (pardon the pun) and Uniplate in particular, and found out that strict data fields somehow derail Uniplate. I think this is related to Neil's bug report about Ratio:

[Haskell-cafe] Fwd: Uniplate + strict fields = fail. Why?

2009-09-30 Thread Dmitry Astapov
Hi, I've been playing with generics in general (pardon the pun) and Uniplate in particular, and found out that strict data fields somehow derail Uniplate. Observe: === code === {-# LANGUAGE DeriveDataTypeable #-} module Test where import Data.Generics (Data(..),Typeable(..)) import