Florian Fouratier
Florian Fouratier
Hello, in my other PRs I've tried to run `stylish-haskell` but it did incur massive changes over all the sources. Would you like a PR for this?
Allow parsing and managing the visibility of sheets. I've tried to be as conservative as possible but perhaps `xlSheets` would benefit from having it's own ADT rather than expanding sheets...
Closes #159 Hey, I've run `stylish-haskell` and also made a script for that
Hello, I'm getting this warning for a pattern usage like: ``` haskell foo :: DList a -> IO () foo Nil = putStrLn "empty!" foo (Cons x xs) = print...
Hello, I work on a project currently depending on servant-0.16.1. It seems the `SourceT` type is lacking a Semigroup instance on which `servant-multipart-client-0.12.1` relies on. If my understanding is correct,...