aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/InitSyntax.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/InitSyntax.out
parent911f33f0a0ff648082d329841388f59e8cecf231 (diff)
In "About", print all arguments, even if it is trailing list of _.
Diffstat (limited to 'test-suite/output/InitSyntax.out')
-rw-r--r--test-suite/output/InitSyntax.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/InitSyntax.out b/test-suite/output/InitSyntax.out
index da255e86cd..02e58775b5 100644
--- a/test-suite/output/InitSyntax.out
+++ b/test-suite/output/InitSyntax.out
@@ -2,7 +2,7 @@ Inductive sig2 (A : Type) (P Q : A -> Prop) : Type :=
exist2 : forall x : A, P x -> Q x -> {x : A | P x & Q x}
Arguments sig2 [A]%type_scope (_ _)%type_scope
-Arguments exist2 [A]%type_scope (_ _)%function_scope
+Arguments exist2 [A]%type_scope (_ _)%function_scope _ _ _
exists x : nat, x = x
: Prop
fun b : bool => if b then b else b