Get rid of overly long lines in generated .hs file
Open
feature request
output formatting
- Dominant language
- Haskell
- Stars
- 323
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
Some packages provide the generated files to ease installation. If a user wants to open these in an editor or run tooling over them, this presents challenges.
e.g. http://hackage.haskell.org/package/Agda-2.4.2.2/docs/src/Agda-Syntax-Parser-Lexer.html#lexer
Consider splitting the generated code over multiple lines for
```
alex_base
alex_table
alex_check
alex_dflt
alex_accept
```
Contributor guide
Assessment
This issue has not been assessed yet.