avoidwork / tiny-monad

tiny-monad is a Monad factory to help get you started working with Monads
http://avoidwork.github.io/tiny-monad
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Arguments for "lift" #1

Closed jeron-diovis closed 1 week ago

jeron-diovis commented 8 years ago

https://github.com/avoidwork/tiny-monad/blob/master/src%2Fmonad.js#L43

args || []

Is this a misprint? Probably arguments should be here?

Also, what the sense is in doing arguments || []? Arguments object always exist in function.

avoidwork commented 8 years ago

yup, looks like something left over from a quick edit/refactor.