aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/Projections.out
diff options
context:
space:
mode:
authorHugo Herbelin2020-08-22 12:25:36 +0200
committerHugo Herbelin2020-08-28 15:34:00 +0200
commit3df82e1adcfb96320b3fbbb622d9e54cb0a176e1 (patch)
tree849dfdb0de3fba55f483a6f07a70fa54555c0d05 /test-suite/output/Projections.out
parent911f33f0a0ff648082d329841388f59e8cecf231 (diff)
In "About", print all arguments, even if it is trailing list of _.
Diffstat (limited to 'test-suite/output/Projections.out')
-rw-r--r--test-suite/output/Projections.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/output/Projections.out b/test-suite/output/Projections.out
index 1dd89c9bcd..1cdb39b020 100644
--- a/test-suite/output/Projections.out
+++ b/test-suite/output/Projections.out
@@ -7,11 +7,11 @@ let B := A in fun (C : Type) (u : U A C) => (A, B, C, c _ _ u)
let B := A in
forall C : Type, U A C -> Type * Type * Type * (B * A * C)
-Arguments a (_ _)%type_scope
+Arguments a (_ _)%type_scope _
b =
fun A : Type => let B := A in fun (C : Type) (u : U A C) => b _ _ u
: forall A : Type,
let B := A in
forall (C : Type) (u : U A C), (A, B, C, c _ _ u) = (A, B, C, c _ _ u)
-Arguments b (_ _)%type_scope
+Arguments b (_ _)%type_scope _