Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many many thanks @lovasoa for the amazing PR #2 — and @rogeriochaves for the code review. Unfortunately the PR was a couple of weeks idle after a few discussions about readability and about `Int` formatting. That said this version bump is very opinionated in terms of the discussion: * There's no `formatInt` and `formatFloat` — just `format` (to make this decision clearer I included the logic of `formatInt` in a `let`/`in` block) * I refactor function with nested parenthesis with `|>` and `<|` for readability
- Loading branch information