hoichi.io
/
#TIL
Aug 17, 2018
TIL: Why ReasonML Has No Nullary Functions
“If you don’t provide all of a function’s parameters, you get a new function from the remaining parameters to the result. As a consequence, if you could actually provide no parameters at all, then func() would be the same as func and neither would actually call func.”
TIL
Reason
OCaml
Dr Axel