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

parse error on input on "type (*)"

Open Mikolaj opened this issue 1 year ago • 0 comments

Stylish-haskell works great with type-level (*) taken from

import GHC.TypeLits

but it chokes at

import GHC.TypeLits (type (*))

with

Warning (stylish-haskell): stylish-haskell failed: <string>:16:48: error:
    parse error on input `*'

Mikolaj avatar Sep 28 '22 17:09 Mikolaj