summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/data01.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/data01.out')
-rw-r--r--testdata/language-features/basic-values/data01.out12
1 files changed, 6 insertions, 6 deletions
diff --git a/testdata/language-features/basic-values/data01.out b/testdata/language-features/basic-values/data01.out
index affad824..b429a33b 100644
--- a/testdata/language-features/basic-values/data01.out
+++ b/testdata/language-features/basic-values/data01.out
@@ -4,20 +4,20 @@ main is not found
4B :: 'A 4B :: 'A
5C :: 'A 5C :: 'A
6D :: 'A 6D :: 'A
7'ACase :: (a :: 'A -> Type) -> a B -> a C -> a D -> (b :: 'A) -> a b 7'ACase :: forall (a :: 'A -> Type) -> a B -> a C -> a D -> forall (b :: 'A) -> a b
8match'A :: (a :: Type -> Type) -> a 'A -> (b :: Type) -> a b -> a b 8match'A :: forall (a :: Type -> Type) -> a 'A -> forall b -> a b -> a b
9'E :: Type 9'E :: Type
10F :: 'E 10F :: 'E
11G :: () -> 'E 11G :: () -> 'E
12H :: 'E 12H :: 'E
13'ECase :: (a :: 'E -> Type) -> a F -> ((b :: ()) -> a (G b)) -> a H -> (c :: 'E) -> a c 13'ECase :: forall (a :: 'E -> Type) -> a F -> (forall (b :: ()) -> a (G b)) -> a H -> forall (c :: 'E) -> a c
14match'E :: (a :: Type -> Type) -> a 'E -> (b :: Type) -> a b -> a b 14match'E :: forall (a :: Type -> Type) -> a 'E -> forall b -> a b -> a b
15'D1 :: Type 15'D1 :: Type
16C1 :: 'D1 16C1 :: 'D1
17C2 :: () -> 'D1 17C2 :: () -> 'D1
18C3 :: 'D1 18C3 :: 'D1
19'D1Case :: (a :: 'D1 -> Type) -> a C1 -> ((b :: ()) -> a (C2 b)) -> a C3 -> (c :: 'D1) -> a c 19'D1Case :: forall (a :: 'D1 -> Type) -> a C1 -> (forall (b :: ()) -> a (C2 b)) -> a C3 -> forall (c :: 'D1) -> a c
20match'D1 :: (a :: Type -> Type) -> a 'D1 -> (b :: Type) -> a b -> a b 20match'D1 :: forall (a :: Type -> Type) -> a 'D1 -> forall b -> a b -> a b
21------------ tooltips 21------------ tooltips
22testdata/language-features/basic-values/data01.lc 1:6-1:7 Type 22testdata/language-features/basic-values/data01.lc 1:6-1:7 Type
23testdata/language-features/basic-values/data01.lc 1:6-1:13 Type 23testdata/language-features/basic-values/data01.lc 1:6-1:13 Type