aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/InitSyntax.out
diff options
context:
space:
mode:
authorHugo Herbelin2019-11-25 11:29:57 +0100
committerHugo Herbelin2019-11-25 11:29:57 +0100
commitcfa4e508162e3b036e0b20e1773da4a046c274d4 (patch)
treea9e99dd5b4db3347128f51f92bff9af2085f164b /test-suite/output/InitSyntax.out
parent7177a6f76e74eb6e97c634bad484027bf94979bd (diff)
parentaa55f7b0bedec1ee5c416dbaa9b1478537b76e72 (diff)
Merge PR #11146: Combine similar arguments when printing Arguments command
Reviewed-by: ejgallego Reviewed-by: herbelin
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