v0.11.9
Improvements
- pipes: check for
Stream.fooequivalents toEnum.fooin a few more cases
Fixes
- pipes:
|> then(&(&1 op y))rewrites with|> Kernel.op(y)as long as the operator is defined inKernel; skips the rewrite otherwise (h/t @kerryb for the report & @saveman71 for the fix)