Mark Karpov

Results 220 comments of Mark Karpov

```haskell let a = 5 in a + 1 12345 ``` `a` starts at 5th column with indentation 4 (`1234` bit, 4 characters), because we count columns from 1.

I never liked this style in OCaml because it is harder to see where the inner expression starts. They are almost forced to use this style because it is the...

The present support for CPP is an experiment and a miracle in a way, because originally there was no intention to support CPP at all. I the minimal support for...

In general, every function argument in a multi line function application will be on a separate line. Why would quasiquotes deserve special treatment?

I think that in Ormolu our general rule is not about the "type of content" but just about the spans: are they single-line or multiline? If you have e.g. a...

Right, so it's mostly important in the context of region formatting.

The solution here would be to identify these situations and shift the closing parenthesis or brace like we already do in certain situations. Edit: it might actually introduce a discrepancy...

Yes, unfortunately the maintainer of this project is known to be exceptionally slow to merge PRs. Let's see how it goes...

Excellent! I'll bump the bound for `template-haskell`. Otherwise the published `req` should work fine with 9.4.1.