Skip to content

Existential quantification disappears in type declarations after applying stylish-haskell #339

@vks4git

Description

@vks4git

Stylish-haskell removes existential quantifications from type declarations:

-- before
data Foo = forall (a :: *) . Bar a
-- OR
data Foo = forall a . Bar a

-- after, in both cases
data Foo
  = Bar a

I used the latest commit from master.

Metadata

Metadata

Assignees

No one assigned

    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