Oleg Grenrus

Results 955 comments of Oleg Grenrus

> Going to bump this on Hackage. You should not, as a maintainer I don't approve that.

While I'm sympathetic with the reasoning of treating Solo as 1-tuple, we can also argue that `Solo` is a canonical type for a "Box", i.e. adding extra lazyness around a...

> how is a breaking release which changes behaviour better than a breaking release which removes the instance entirely aeson tries to make breaking changes rarely, as it takes ecosystem...

@julmb that is what makes me uneasy. If you only need a "completion", then you probably should use some `newtype` indeed. But `Solo` is data. It's really a singleton tuple....

@googleson78, @julmb didn't say whether he has `newtype Single = Single (Solo a)` or `newtype Single = Single a`. If the latter, then they don't care about strictness semantics...

What is `ControlTransformation` useful for?

I see. Except we cannot convert `StM` to `st`, because `StM` takes a. There's an issue #39 for doing this, and I tried to implement it in #55, but it...

I won't look at this until GHC-9.12.2 is out. Would come back to this when adding GHC-9.12 support.

> The purpose of the meeting is to assess the decision that the community has come to on the proposal, evaluate whether important points have been considered from the right...

That uses `ExtendedDefaultRules` enabled in `ghci`, (EDIT: Which defaults the type of `2` to be `Integer`). In source files the error will be different (and equally or more unhelpful).