diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-12-16 10:38:54 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-12-17 12:29:54 +0000 |
commit | e32c2e1f2c0adbed1f726233d3552bf5e9aad833 (patch) | |
tree | f2c378bd97551daf8d515bad56dbd177f8fd6b8e /testsuite/tests/deriving | |
parent | e7f22bfb70d82dc92eb5ac5579d763e1a1f5522d (diff) | |
download | haskell-e32c2e1f2c0adbed1f726233d3552bf5e9aad833.tar.gz |
Remove unused T10524.stderr
Diffstat (limited to 'testsuite/tests/deriving')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T10524.stderr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/deriving/should_fail/T10524.stderr b/testsuite/tests/deriving/should_fail/T10524.stderr deleted file mode 100644 index 15699721f1..0000000000 --- a/testsuite/tests/deriving/should_fail/T10524.stderr +++ /dev/null @@ -1,10 +0,0 @@ - -T10524.hs:7:58: error: - No instance for (Typeable WrappedFunctor) - arising from the 'deriving' clause of a data type declaration - GHC can't yet do polykinded - Typeable (WrappedFunctor :: (k -> *) -> k -> *) - Possible fix: - use a standalone 'deriving instance' declaration, - so you can specify the instance context yourself - When deriving the instance for (Data (WrappedFunctor f a)) |