Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typos in comments [skip ci] | Gabor Greif | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | Avoid find_tycon panic if datacon is not in scope | Adam Gundry | 2016-06-19 | 1 | -0/+17 |
When using TH to splice expressions involving record field construction, the parent datacon may not be in scope. We shouldn't panic about this, because we will be renaming Exact RdrNames which don't require any disambiguation. Test Plan: new test th/T12130 Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2321 GHC Trac Issues: #12130 |