Skip to content
Prev 46561 / 63424 Next

Type annotations for R function parameters.

On 13-08-30 5:19 AM, ???????? ????? wrote:
It's very common for R functions to accept many different types for the 
same argument on input, and somewhat common for the type of output to 
depend on the inputs, so this looks hard:  that's why those front ends 
need work by hand.

Duncan Murdoch