summaryrefslogtreecommitdiff
path: root/testdata/adhoc.reject.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/adhoc.reject.out')
-rw-r--r--testdata/adhoc.reject.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/adhoc.reject.out b/testdata/adhoc.reject.out
index 511e62b1..6099ecf1 100644
--- a/testdata/adhoc.reject.out
+++ b/testdata/adhoc.reject.out
@@ -5,8 +5,8 @@ x = one :: Vec 4 A
5------------ trace 5------------ trace
6'A :: Type 6'A :: Type
7A :: 'A 7A :: 'A
8'ACase :: (a :: 'A -> Type) -> a A -> (b :: 'A) -> a b 8'ACase :: forall (a :: 'A -> Type) -> a A -> forall (b :: 'A) -> a b
9match'A :: (a :: Type -> Type) -> a 'A -> (b :: Type) -> a b -> a b 9match'A :: forall (a :: Type -> Type) -> a 'A -> forall b -> a b -> a b
10!type error: no instance of 'Component on ??? 10!type error: no instance of 'Component on ???
11in testdata/adhoc.reject.lc:4:5: 11in testdata/adhoc.reject.lc:4:5:
12x = one :: Vec 4 A 12x = one :: Vec 4 A