Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the data constructors for tuples etc that dataToExpQ builds | Ian Lynagh | 2012-02-08 | 1 | -0/+15 |
Conal Elliott reported that dataToExpQ built a different constructor for () than [| () |]. This patch fixes that, and adds a regression test. |