diff options
author | John Leo <leo@halfaya.org> | 2015-12-12 19:28:18 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-12 20:01:37 +0100 |
commit | 9934819f3bb086bba91874cde4f0b17b30b10451 (patch) | |
tree | 7eca6742d7c0531132691f8c2ce61ba437f99a7a /testsuite/tests/th/TH_RichKinds2.stderr | |
parent | aaed24a4e0d8fa0d49aca167fddfb8b606755e05 (diff) | |
download | haskell-9934819f3bb086bba91874cde4f0b17b30b10451.tar.gz |
Refactor type families in Template Haskell
Fixes #10902.
Test Plan: validate
Reviewers: goldfire, austin, hvr, jstolarek, bgamari
Reviewed By: jstolarek, bgamari
Subscribers: hvr, thomie
Differential Revision: https://phabricator.haskell.org/D1570
GHC Trac Issues: #10902
Diffstat (limited to 'testsuite/tests/th/TH_RichKinds2.stderr')
-rw-r--r-- | testsuite/tests/th/TH_RichKinds2.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/TH_RichKinds2.stderr b/testsuite/tests/th/TH_RichKinds2.stderr index bb567a6009..4f8729d53c 100644 --- a/testsuite/tests/th/TH_RichKinds2.stderr +++ b/testsuite/tests/th/TH_RichKinds2.stderr @@ -1,5 +1,5 @@ -TH_RichKinds2.hs:23:4: Warning: +TH_RichKinds2.hs:24:4: Warning: data SMaybe_0 (t_1 :: k_0 -> *) (t_3 :: GHC.Base.Maybe k_0) = forall . t_3 ~ 'GHC.Base.Nothing => SNothing_4 | forall a_5 . t_3 ~ 'GHC.Base.Just a_5 => SJust_6 (t_1 a_5) |