Add type fam instance formatting #198

Merged
ruhatch merged 1 commits from type-synonyms into master 2019-06-05 15:58:15 +02:00
ruhatch commented 2018-11-12 18:07:05 +01:00 (Migrated from github.com)

This adds proper formatting of type family instances. It also refactors the common pattern found in signatures, type synonyms, and type family instances, into a single function.

This adds proper formatting of type family instances. It also refactors the common pattern found in signatures, type synonyms, and type family instances, into a single function.
eborden commented 2018-11-12 20:37:34 +01:00 (Migrated from github.com)

Will this have support for closed type families?

Will this have support for closed type families?
ruhatch commented 2018-11-13 14:17:57 +01:00 (Migrated from github.com)

@eborden No, this only adds support for the type instance ... syntax (as well as the type syntax inside type class instances).

@eborden No, this only adds support for the `type instance ...` syntax (as well as the `type` syntax inside type class instances).
lspitzner commented 2019-06-05 16:08:19 +02:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
There is no content yet.