but bound callables are effectively compiled to in...
# language-proposals
k
but bound callables are effectively compiled to instances of
Function
. and from the point of view of the receiving function
foo {  }
and
foo(bar::baz)
are exactly the same