diff options
| author | Emilio Jesus Gallego Arias | 2019-10-31 20:41:30 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-10-31 20:41:30 +0100 |
| commit | 151b84a3540d1972d53460780396f2749d0378cf (patch) | |
| tree | 42a1d2b0784d83f489dc043f57cf9482056ab501 /test-suite/output/InitSyntax.out | |
| parent | bc70919118fe5450c3bb798632d64823659f4814 (diff) | |
| parent | 85905b38c15c3d2bb73e878e6e7db180b73d468e (diff) | |
Merge PR #10985: Print argument info as an Arguments command in About
Ack-by: Zimmi48
Ack-by: cpitclaudel
Reviewed-by: ejgallego
Diffstat (limited to 'test-suite/output/InitSyntax.out')
| -rw-r--r-- | test-suite/output/InitSyntax.out | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test-suite/output/InitSyntax.out b/test-suite/output/InitSyntax.out index c17c63e724..ce058a6d34 100644 --- a/test-suite/output/InitSyntax.out +++ b/test-suite/output/InitSyntax.out @@ -1,11 +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} -For sig2: Argument A is implicit -For exist2: Argument A is implicit -For sig2: Argument scopes are [type_scope type_scope type_scope] -For exist2: Argument scopes are [type_scope function_scope function_scope _ _ - _] +Arguments sig2 [A%type_scope] _%type_scope _%type_scope +Arguments exist2 [A%type_scope] _%function_scope _%function_scope exists x : nat, x = x : Prop fun b : bool => if b then b else b |
