fix(tests/lean/norm_tac): display implicit parameters to make sure output can be parsed
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3e32d9bef2
commit
65f7217935
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
SetOption pp::implicit true
|
||||
Variable vector (A : Type) (sz : Nat) : Type
|
||||
Variable read {A : Type} {sz : Nat} (v : vector A sz) (i : Nat) (H : i < sz) : A
|
||||
Variable V1 : vector Int 10
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Set: pp::colors
|
||||
Set: pp::unicode
|
||||
Set: lean::pp::implicit
|
||||
Assumed: vector
|
||||
Assumed: read
|
||||
Assumed: V1
|
||||
|
|
Loading…
Reference in a new issue