summaryrefslogtreecommitdiff
path: root/testdata/typesigctx.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-30 00:47:07 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-30 00:47:07 +0200
commit1fd867e5beea5b4197f300e2e964c0f6b0035830 (patch)
tree61102cad73ffc7efdbf4ebf589f8ebd7720b3f82 /testdata/typesigctx.reject.out
parentb08f6a129c452526b7c2667dcd629028d66ebf0a (diff)
fix pretty print syntax
Diffstat (limited to 'testdata/typesigctx.reject.out')
-rw-r--r--testdata/typesigctx.reject.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/typesigctx.reject.out b/testdata/typesigctx.reject.out
index a1052bcd..53748e22 100644
--- a/testdata/typesigctx.reject.out
+++ b/testdata/typesigctx.reject.out
@@ -3,8 +3,8 @@ in Wildcard2 builtin 'Type
3------------ trace 3------------ trace
4'X :: Type 4'X :: Type
5X :: 'X 5X :: 'X
6'XCase :: (a :: 'X -> Type) -> a X -> (b :: 'X) -> a b 6'XCase :: forall (a :: 'X -> Type) -> a X -> forall (b :: 'X) -> a b
7match'X :: (a :: Type -> Type) -> a 'X -> (b :: Type) -> a b -> a b 7match'X :: forall (a :: Type -> Type) -> a 'X -> forall b -> a b -> a b
8'Show' :: Type -> Type 8'Show' :: Type -> Type
9show' :: forall a . 'Show' a => a -> 'X 9show' :: forall a . 'Show' a => a -> 'X
10!type error: no instance of 'Show' on ??? 10!type error: no instance of 'Show' on ???