There was an error while loading. Please reload this page.
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.
That is, make:
syntactic sugar for:
This would allow partial application of such type aliases.