More readable output
Open
enhancement
- Dominant language
- Elm
- Stars
- 107
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Is it possible to produce more readable output? It would be great to have these improvements:
- no redundant brackets
- space before colon in type definition
- (=>) used in encoder instead of (,)
- 'val' replaced by one letter variable like 'o'
- import Json.Encode as E, Json.Decode as D and Json.Helpers as H
- use (|:) from Json.Decode.Extra instead of 'andThen' and chained lambda
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.