test: add another missing hole test
This commit is contained in:
parent
fc0be5e391
commit
ef87b33cdc
2 changed files with 9 additions and 0 deletions
|
|
@ -20,3 +20,7 @@ f a
|
|||
|
||||
partial def f7 (x : Nat) :=
|
||||
f7 x
|
||||
|
||||
partial def f8 (x : Nat) :=
|
||||
let rec aux (y : Nat) := aux y;
|
||||
x + 1
|
||||
|
|
|
|||
|
|
@ -49,3 +49,8 @@ holes.lean:21:25: error: don't know how to synthesize placeholder
|
|||
context:
|
||||
x : Nat
|
||||
⊢ Sort ?
|
||||
holes.lean:25:8: error: don't know how to synthesize placeholder
|
||||
context:
|
||||
f8 : Nat → Nat
|
||||
x y : Nat
|
||||
⊢ Sort ?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue