summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T12130a.hs
Commit message (Collapse)AuthorAgeFilesLines
* Typos in comments [skip ci]Gabor Greif2017-02-071-1/+1
|
* Avoid find_tycon panic if datacon is not in scopeAdam Gundry2016-06-191-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