Skip to content

Warn when type aliases can be eta reduced #2691

@no-longer-on-githu-b

Description

@no-longer-on-githu-b

That is, make:

type T a b c = U a Int b c

syntactic sugar for:

type T a = U a Int

This would allow partial application of such type aliases.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions