lean4-htt/tests/lean/sorryWarning.lean
2021-01-13 10:30:35 -08:00

4 lines
64 B
Text

def f (x : Nat) : Nat :=
sorry
def g (x : Nat) : Nat :=
f x