rgrannell1 / kea

Composable Functional Programming in R
16 stars 3 forks source link

Odd corner cases in lambda construction #62

Closed rgrannell1 closed 9 years ago

rgrannell1 commented 9 years ago

Unary functions do not throw errors for strings wrapped in brackets.

('var') := {
    var
}
function (var) {
    var
}
rgrannell1 commented 9 years ago

Closed in v0.65.0