diff options
| author | Hugo Herbelin | 2020-08-22 12:25:36 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-08-28 15:34:00 +0200 |
| commit | 3df82e1adcfb96320b3fbbb622d9e54cb0a176e1 (patch) | |
| tree | 849dfdb0de3fba55f483a6f07a70fa54555c0d05 /test-suite/output/Implicit.out | |
| parent | 911f33f0a0ff648082d329841388f59e8cecf231 (diff) | |
In "About", print all arguments, even if it is trailing list of _.
Diffstat (limited to 'test-suite/output/Implicit.out')
| -rw-r--r-- | test-suite/output/Implicit.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Implicit.out b/test-suite/output/Implicit.out index d8b88b8c1c..781e8e13a3 100644 --- a/test-suite/output/Implicit.out +++ b/test-suite/output/Implicit.out @@ -5,7 +5,7 @@ ex_intro (P:=fun _ : nat => True) (x:=0) I d2 = fun x : nat => d1 (y:=x) : forall x x0 : nat, x0 = x -> x0 = x -Arguments d2 [x x]%nat_scope +Arguments d2 [x x]%nat_scope _ map id (1 :: nil) : list nat map id' (1 :: nil) |
