lean4-htt/tests/lean/run/elabIte.lean
2020-10-25 09:16:38 -07:00

4 lines
62 B
Text

def f (x y : Nat) : Option Nat :=
if x > y then x else none