haskell-formatter icon indicating copy to clipboard operation
haskell-formatter copied to clipboard

Haskell source code formatter

Results 2 haskell-formatter issues
Sort by recently updated
recently updated
newest added

Maybe I'm doing something wrong (I am new to Haskell), but the formatter seems to be making some...rather drastic semantic changes to the following code. :) Input: ``` chunks n...

bug

Input: ``` Haskell string = '☑' : " same line" ``` Expected output: ``` Haskell string = '☑' : " same line" ``` Actual output: ``` Haskell string = '☑'...

bug