Hm, not yet there, but arguably somewhat closer with `auto`:
    
    
    let plusTwo = twice(10) do (n:auto) -> auto:
      echo "Another gratuitious echo"
      n + 1
    
    
    Run

Maybe this is close enough that now it could be wrapped in some macro to 
shorten even more?

Reply via email to