Open ndmitchell opened 9 years ago
From https://code.google.com/p/ndmitchell/issues/detail?id=253
I strongly suspect that Uniplate.Data will fail on this type:
data Foo a = Foo (Foo (Foo a)) (Foo (Foo a)) | Bar
They aren't to common in practice, but it should be fixable if anyone was interested.
From https://code.google.com/p/ndmitchell/issues/detail?id=253
I strongly suspect that Uniplate.Data will fail on this type:
data Foo a = Foo (Foo (Foo a)) (Foo (Foo a)) | Bar
They aren't to common in practice, but it should be fixable if anyone was interested.