Skip to content

Kind signature disappears after applying stylish-haskell to a GADT #338

Closed
@vks4git

Description

@vks4git

i got strange behaviour after I had applied stylish-haskell to my code with GADTs. The kind signature of my type disappeared. I used the latest commit from master.

--before:
data Foo :: * -> * where
  Bar :: () -> Foo ()

--after:
data Foo where
  Bar :: () -> Foo ()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions