You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree. But I feel that the problem is that __PURE__ is used on expressions, but not on function declarations, which does not apply to the statement you mentioned?
From my understanding:
__PURE__ marks expressions as "side-effect-free"
__NO_SIDE_EFFECTS__ marks functions as "side-effect-free"
So there is actually no "pure function" concept involved.
It took me a couple readings to realize pure no use of closures. Making it more explicit what the two things do would by helpful. My understanding:
The text was updated successfully, but these errors were encountered: