chore(tests): update test output
This commit is contained in:
parent
5f8cf45073
commit
5adb3630b2
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ite ↑tt "a" "b" : string
|
||||
ite ↥tt "a" "b" : string
|
||||
sine x : real
|
||||
sine ↑n : real
|
||||
sine ↑i : real
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ite tt "a" "b" : string
|
||||
ite ↥tt "a" "b" : string
|
||||
sine x : real
|
||||
sine n : real
|
||||
sine i : real
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ite ↑tt 1 0 : ℕ
|
||||
ite ↥tt 1 0 : ℕ
|
||||
no_coe.lean:5:7: error: type mismatch at application
|
||||
ite tt
|
||||
term
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ meta def tactic.intro : name → tactic expr :=
|
|||
λ (n : name),
|
||||
tactic.target >>=
|
||||
λ (t : expr),
|
||||
ite (↑(expr.is_pi t) ∨ ↑(expr.is_let t)) (tactic.intro_core n) (tactic.whnf_target >> tactic.intro_core n)
|
||||
ite (↥(expr.is_pi t) ∨ ↥(expr.is_let t)) (tactic.intro_core n) (tactic.whnf_target >> tactic.intro_core n)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue