[commit: ghc] wip/tc/typeable-with-kinds: testsuite: fix/update fallout from Typeable changes (3c32dc7)
git at git.haskell.org
git at git.haskell.org
Sat Mar 7 16:44:04 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tc/typeable-with-kinds
Link : http://ghc.haskell.org/trac/ghc/changeset/3c32dc79dde531fd876f51bb6a3d629fd64cef8d/ghc
>---------------------------------------------------------------
commit 3c32dc79dde531fd876f51bb6a3d629fd64cef8d
Author: Austin Seipp <austin at well-typed.com>
Date: Fri Mar 6 11:33:43 2015 -0600
testsuite: fix/update fallout from Typeable changes
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
3c32dc79dde531fd876f51bb6a3d629fd64cef8d
testsuite/tests/ghci.debugger/scripts/print019.stderr | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/testsuite/tests/ghci.debugger/scripts/print019.stderr b/testsuite/tests/ghci.debugger/scripts/print019.stderr
index 139ce8d..0c92dba 100644
--- a/testsuite/tests/ghci.debugger/scripts/print019.stderr
+++ b/testsuite/tests/ghci.debugger/scripts/print019.stderr
@@ -5,12 +5,8 @@
Use :print or :force to determine these types
Relevant bindings include it :: a1 (bound at <interactive>:11:1)
Note: there are several potential instances:
- instance forall (k :: BOX) (s :: k). Show (Proxy s)
- -- Defined in ‘Data.Proxy’
- instance forall (k :: BOX) (a :: k) (b :: k).
- Show (Data.Type.Coercion.Coercion a b)
- -- Defined in ‘Data.Type.Coercion’
- instance forall (k :: BOX) (a :: k) (b :: k). Show (a :~: b)
- -- Defined in ‘Data.Type.Equality’
- ...plus 47 others
+ instance Show TyCon -- Defined in ‘Data.Typeable.Internal’
+ instance Show TypeRep -- Defined in ‘Data.Typeable.Internal’
+ instance Show a => Show (Maybe a) -- Defined in ‘GHC.Show’
+ ...plus 30 others
In a stmt of an interactive GHCi command: print it
More information about the ghc-commits
mailing list