Bugs Found
ekmett edited this page Jan 23, 2013
·
8 revisions
Pages 16
Clone this wiki locally
We keep finding bugs in GHC as we develop lens
.
I've started a rogues' gallery here:
- RULES don't apply to a newtype constructor
- Derived Foldable and Traversable instances become extremely inefficient due to eta-expansion
- A strictness bug in
ByteString
- GHC doesn't optimize (strict) composition with
id
unsafeCoerce
without extensions-
Exciting arity warnings can be triggered by the heavy use of
lens
in GHC 7.4.x and below.