FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Warn when type aliases can be eta reduced · Issue #2691 · purescript/purescript · GitHub

Warn when type aliases can be eta reduced #2691

Description

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

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL