3 lines
96 B
Text
3 lines
96 B
Text
def foo1 : (_ : Nat := 0) → Nat := sorry
|
|
|
|
def foo2 : (_ : Nat := by exact 0) → Nat := sorry
|