Topsii
Topsii
I was not aware that this is controversial. I had searched issues and pull requests for 'width' before opening this issue and read some discussion on the new haddock design....
This commit did indeed not fix the problem. When seeking to some position the subtitles appear immediately, even if the video-image of that position has not yet loaded. But in...
> For the change of adding a superclass to `Bifunctor`, and later to `Bifoldable` and `Bitraversable` > we need `Functor` instances of `Data.Bifunctor.Product` and others. I tried it out and...
Currently the Foldable and Traversable instances of `Coyoneda` are implemented using `bimap`. The use of `bimap` requires the context `Bifunctor p` in `Coyoneda p`'s Bifoldable (and Foldable) instance. It is...
> (This was originially submitted by @Topsii as a part of #93 / [!9489](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/9489/diffs), but I think it's worth its own discussion) I have moved the tuple instance definitions to...