Oleg Grenrus

Results 162 issues of Oleg Grenrus

IMO that should be written explicitly in the haddocks (it's in the type, but not so clearly).

Let the reverse dependencies speak for `witherable`: - https://packdeps.haskellers.com/reverse/filtrable - https://packdeps.haskellers.com/reverse/witherable

And idea from #39, cc @duog Unfortuntely, `forall x y. Coercible x y => Coercible (f x) (f y)` isn't a superclass of `Functor` (yet?!), so we have some explicit...

https://en.wikipedia.org/wiki/Chess_symbols_in_Unicode - The requested character is... - [ ] Latin - [ ] Cyrillic - [ ] Greek - [ ] Punctuation - [x] Symbol - [x] Some other monospace/programming...

🅰️ Character Request
Symbols

Why cannot pair and list be represented as ``` DefaultUniList :: DefaultUni a -> DefaultUni [a] DefaultUniPair :: DefaultUni a -> DefaultUni b -> DefaultUni (a, b) ``` Is `DefaultUni...

enhancement
Low priority
status: triaged
Objective

``` cabal-version: 2.2 name: bug version: 0 library build-depends: , cabal-plan ^>=0.3.0.0 , base-orphans ^>= 0.8 ``` cabal-plan has an internal lib, which depends on `base-orphans ^>= 0.7`, but main-library...

type: enhancement
cabal-install: solver
priority: high :fire:

*Bonus points* for a check that checks that all line-endings are consistent.

type: enhancement
cabal-install: cmd/check

``` % grep verbose ~/.cabal/config verbose: verbose +nowrap % cabal new-build Build profile: -w ghc-8.4.4 -O1 In order, the following will be built (use -v for more details): - haskell-ci-0.3.20190320...

type: bug
attention: pr-welcome
attention: needs-help

type: enhancement
newcomer: 2-one-file-change
cabal-install: cmd/clean
newcomer