diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2017-09-02 21:52:21 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2017-09-04 22:17:40 +0200 |
commit | cb3363e921fa58f9ad462d4bf5f4c819f910bf2a (patch) | |
tree | 4cc619bc037c0784894e619fe6a2f7399dd80419 /testsuite/tests/polykinds/T13393.stderr | |
parent | 0ec4376902ee88a77a9f2ac9f3c03a4432455320 (diff) | |
download | haskell-cb3363e921fa58f9ad462d4bf5f4c819f910bf2a.tar.gz |
Move NonEmpty definition into GHC.Base
This is a preparatory refactoring for Semigroup=>Monoid
as it prevents a messy .hs-boot file which would interact
inconveniently with the buildsystem...
Diffstat (limited to 'testsuite/tests/polykinds/T13393.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T13393.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T13393.stderr b/testsuite/tests/polykinds/T13393.stderr index 39ea640633..26aa577987 100644 --- a/testsuite/tests/polykinds/T13393.stderr +++ b/testsuite/tests/polykinds/T13393.stderr @@ -8,7 +8,7 @@ T13393.hs:61:3: error: instance Traversable Identity -- Defined in ‘Data.Traversable’ instance Traversable Maybe -- Defined in ‘Data.Traversable’ ...plus two others - ...plus 24 instances involving out-of-scope types + ...plus 25 instances involving out-of-scope types (use -fprint-potential-instances to see them all) • In a stmt of a 'do' block: mapM putBackLeftOverInputAndReturnOutput undefined |