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
CHANGES:
- Changed signal combinators to have `*L` suffix for later signals, rather than `*D`.
- Swapped order of arguments for `|>>` (applicative operator) to better fit a left-to-right reading direction, and replaced to previous order (function first) with `<<|`.
- Overall (and totally unbiased), a much better version.
0 commit comments