Motivation: make sure `propagateExpectedType` heuristic is applied in the new frontend when processing them.
4 lines
74 B
Text
4 lines
74 B
Text
new_frontend
|
|
|
|
def f (x y : Nat) : Option Nat :=
|
|
if x > y then x else none
|