summaryrefslogtreecommitdiff
path: root/testdata/language-features/adt/gadt04.reject.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/adt/gadt04.reject.out')
-rw-r--r--testdata/language-features/adt/gadt04.reject.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/language-features/adt/gadt04.reject.out b/testdata/language-features/adt/gadt04.reject.out
index fc2b7c30..4efb2a15 100644
--- a/testdata/language-features/adt/gadt04.reject.out
+++ b/testdata/language-features/adt/gadt04.reject.out
@@ -7,8 +7,8 @@ and at testdata/language-features/adt/gadt04.reject.lc:3:3:
7------------ trace 7------------ trace
8'M :: Type -> 'String -> Type 8'M :: Type -> 'String -> Type
9Value :: forall a . a -> forall (b :: 'String) . 'M a b 9Value :: forall a . a -> forall (b :: 'String) . 'M a b
10'MCase :: (a :: (b :: Type) -> (c :: 'String) -> 'M b c -> Type) -> (forall d . (e :: d) -> forall (f :: 'String) . a d f (Value d e f)) -> forall g (h :: 'String) . (i :: 'M g h) -> a g h i 10'MCase :: forall (a :: forall b (c :: 'String) -> 'M b c -> Type) -> (forall d . forall (e :: d) -> forall (f :: 'String) . a d f (Value d e f)) -> forall g (h :: 'String) . forall (i :: 'M g h) -> a g h i
11match'M :: (a :: Type -> Type) -> ((b :: Type) -> (c :: 'String) -> a ('M b c)) -> (d :: Type) -> a d -> a d 11match'M :: forall (a :: Type -> Type) -> (forall b (c :: 'String) -> a ('M b c)) -> forall d -> a d -> a d
12'M2 :: Type -> 'String -> Type 12'M2 :: Type -> 'String -> Type
13Value :: forall a . a -> forall (b :: 'String) . 'M2 a b 13Value :: forall a . a -> forall (b :: 'String) . 'M2 a b
14!already defined Value at testdata/language-features/adt/gadt04.reject.lc:6:3: 14!already defined Value at testdata/language-features/adt/gadt04.reject.lc:6:3: