lean4-htt/tests/lean/run/arrowDot.lean
2022-03-11 15:39:41 -08:00

5 lines
108 B
Text

def test (f : Nat → Nat) (g : Nat → Nat) :=
f.comp g $ 10
example : test (·+1) (·*2) = 21 :=
rfl