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
Right now alet will batch applicative value evaluations in the order they are written. This is the best default since the operation being performed might depend on ordering.
For cases where ordering is not important (for example when performing asynchronous read operations) it'd be nice to be able to tell alet, since it might be able to optimize further.
The text was updated successfully, but these errors were encountered:
Right now
alet
will batch applicative value evaluations in the order they are written. This is the best default since the operation being performed might depend on ordering.For cases where ordering is not important (for example when performing asynchronous read operations) it'd be nice to be able to tell
alet
, since it might be able to optimize further.The text was updated successfully, but these errors were encountered: