aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/InitSyntax.out
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-11-20 16:46:03 +0100
committerGaëtan Gilbert2019-11-20 17:08:29 +0100
commitaa55f7b0bedec1ee5c416dbaa9b1478537b76e72 (patch)
tree324f98b0fcd8dfa0a30557c2fcf53a48b894d1e0 /test-suite/output/InitSyntax.out
parent1248aed77ee36778cd440c14c4550dc97f78520b (diff)
Combine similar arguments when printing Arguments command
"similar" means sharing a scope or implicit status.
Diffstat (limited to 'test-suite/output/InitSyntax.out')
-rw-r--r--test-suite/output/InitSyntax.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/output/InitSyntax.out b/test-suite/output/InitSyntax.out
index ce058a6d34..da255e86cd 100644
--- a/test-suite/output/InitSyntax.out
+++ b/test-suite/output/InitSyntax.out
@@ -1,8 +1,8 @@
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 _%type_scope
-Arguments exist2 [A%type_scope] _%function_scope _%function_scope
+Arguments sig2 [A]%type_scope (_ _)%type_scope
+Arguments exist2 [A]%type_scope (_ _)%function_scope
exists x : nat, x = x
: Prop
fun b : bool => if b then b else b