Emily
Emily
@pomber can you share any details re/ why you think it happens? I'm hitting this as well.
You can use [`gauge`](http://hackage.haskell.org/package/gauge) for benchmarking. Using benchmark suites is inconvenient so just add a new command to the CLI.
The new command should find the biggest category in the current database and then perform the benchmarks.
I have a feeling this would actually be easier to do on the frontend. @avele how hard is this one?
I always assumed that `foo{ bar }` was making it slightly easier for people to grasp that `{bar}` is not a separate parameter, but honestly I never actually asked :/...
> My solution was finally to add parentheses around record syntax in parameters. The problem with this is that some people can't stand unnecessary tokens in code, and scoff at...
Re/ your first example — Ormolu preserves the multi-line-ness of most expressions, i.e. if it was one line in the input file it will be one line in the output...
Re/ `choice` being on its own line — there is a discussion at https://github.com/tweag/ormolu/issues/514.
I'd also like this! Our usecase is that we want to execute some IO after establishing any TLS connection, but not if the connection was already established and is lying...
> Is anyone aware of any workarounds? P.S. For now we'll just hack something crude: > The current idea for the workaround is to fork `http-client` and make `withConnection` tell...