summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/infix03.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/infix03.out')
-rw-r--r--testdata/language-features/basic-values/infix03.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/language-features/basic-values/infix03.out b/testdata/language-features/basic-values/infix03.out
index dcab8247..3420e35e 100644
--- a/testdata/language-features/basic-values/infix03.out
+++ b/testdata/language-features/basic-values/infix03.out
@@ -3,8 +3,8 @@ main is not found
3'D :: Type 3'D :: Type
4D2 :: () -> () -> 'D 4D2 :: () -> () -> 'D
5D3 :: () -> () -> () -> 'D 5D3 :: () -> () -> () -> 'D
6'DCase :: (a :: 'D -> Type) -> ((b :: ()) -> (c :: ()) -> a (D2 b c)) -> ((d :: ()) -> (e :: ()) -> (f :: ()) -> a (D3 d e f)) -> (g :: 'D) -> a g 6'DCase :: forall (a :: 'D -> Type) -> (forall (b :: ()) (c :: ()) -> a (D2 b c)) -> (forall (d :: ()) (e :: ()) (f :: ()) -> a (D3 d e f)) -> forall (g :: 'D) -> a g
7match'D :: (a :: Type -> Type) -> a 'D -> (b :: Type) -> a b -> a b 7match'D :: forall (a :: Type -> Type) -> a 'D -> forall b -> a b -> a b
8d2 :: () -> () -> 'D 8d2 :: () -> () -> 'D
9d3 :: () -> () -> () -> 'D 9d3 :: () -> () -> () -> 'D
10------------ tooltips 10------------ tooltips