lean4-htt/tests/lean/binopIssues.lean.expected.out
Leonardo de Moura d3d03df83c feat: new elaborator for binop%
cc @gebner.
2021-08-13 15:44:59 -07:00

4 lines
168 B
Text

def f1 : Int → Nat → Nat → Int :=
fun a b c => a + (Int.ofNat b - Int.ofNat c)
def f2 : Int → Nat → Nat → Int :=
fun a b c => Int.ofNat b - Int.ofNat c + a