Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5.0.0 - flip andMap args, fix isPrefixOf, isInfixOf
This is a breaking release, but the only such change is to flip the argument order of `andMap` to work better with |> pipes in the absence of backticks (thanks, 0.18!). Also fix a bug with `isPrefixOf` treating its arguments interchangably. This cascaded into a bug with `isInfixOf`.
- Loading branch information