Ellie Hermaszewska
Ellie Hermaszewska
It would be nice to be able to filter out warnings from include files without missing out on errors.
Output of `restic version` -------------------------- `restic 0.9.5 compiled with go1.12.9 on linux/arm` How did you run restic exactly? ------------------------------- `restic --repo rest:https://user:[email protected]/user backup /data/Music/CDs` What backend/server/service did you use to...
Given an existing test case: - Split each line into haskell lexemes - Change the whitespace willy-nilly between lexemes, maintaining - The indentation of the initial lexeme - The minimum...
It might be hard to come up with a consistent rule for this. Nevertheless I think the former is much easier to read (and doesn't eat a whole page in...
```haskell -- Weird placement of 'of' in line with the list commas foo = bar [ case foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo of () -> () , () ] -- Doesn't occur if this...
```haskell foo = [ ("xx", "xx") , ("xx", "xxx") , ("xx", "xxx") , ( "xx" , "xx" ) -- , ("xx" , "xxxxx") , ("xxx", "xxxxx") , ("xx" , "xx")...
I know this would require knowing the fixity of patterns, nevertheless: It would be nice if brittany would left or right justify patterns as appropriate depending on their associativity direction....
``` foo = \case [] -> _ [ x ] -> _ x : xs -> _ bar = \case [] -> _ [ x ] -> _ x :...
It's possible that Hackage wasn't able to build the package. Is it possible for you to manually upload the package using `cabal upload --doc`, please? Note that this requires cabal-install...