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

9 lines
102 B
Text

namespace Foo
def f (x : Nat) : Nat := x + 1
@[implementedBy f] constant g : Nat → Nat
end Foo