fix(tests/lean/whnf): make sure the test does not produce 'sorry'
This commit is contained in:
parent
7d19b5b743
commit
b6a1c118f4
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import data.nat
|
||||
import data.nat.basic
|
||||
open nat
|
||||
|
||||
eval [whnf] (fun x, x + 1) 2
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
whnf.lean:2:0: warning: imported file uses 'sorry'
|
||||
succ (nat.rec 2 (λ (b₁ r : ℕ), succ r) 0)
|
||||
3
|
||||
succ (nat.rec a (λ (b₁ r : ℕ), succ r) 0)
|
||||
|
|
Loading…
Reference in a new issue