From b98dbdf667744c288f03525d5e012563d31143ce Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 21 Nov 2016 13:43:48 -0500 Subject: testsuite: Add (still broken) testcase for #12447 Test Plan: Validate Reviewers: austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2703 GHC Trac Issues: #12447 --- testsuite/tests/ghci/scripts/T12447.stdout | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testsuite/tests/ghci/scripts/T12447.stdout (limited to 'testsuite/tests/ghci/scripts/T12447.stdout') diff --git a/testsuite/tests/ghci/scripts/T12447.stdout b/testsuite/tests/ghci/scripts/T12447.stdout new file mode 100644 index 0000000000..67bbc9bcc7 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T12447.stdout @@ -0,0 +1,3 @@ +deferEither @(_ ~ _) + :: Deferrable (w2 ~ w1) => + proxy (w2 ~ w1) -> (w2 ~ w1 => r) -> Either String r -- cgit v1.2.1