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

parse error with record definition

Open bfrk opened this issue 2 years ago • 0 comments

$ stylish-haskell --version                             1
stylish-haskell 0.14.1.0
$ echo 'data Item = Item { iBase :: !(Ptr ()) } deriving Show'|stylish-haskell
<string>:4:10: error: parse error on input `('

I have record formatting enabled in the configuration file.

bfrk avatar Apr 30 '22 07:04 bfrk