-
- Downloads
Fix function evaluation when parameter list is only one parameter
`` let f: R->R, (x)->x+1; f(2); `` was complaining that the function parameter was not of the correct type (git language::parameter_list instead of language::name)
Please register or sign in to comment