Format instance heads #237

Open
opened 2019-06-19 00:54:17 +02:00 by tfausak · 0 comments
tfausak commented 2019-06-19 00:54:17 +02:00 (Migrated from github.com)

This is related to #236. Brittany currently passes instance heads through. For example:

-- brittany --columns 20
instance SomeVeryLongConstraint => SomeVeryLongTypeClass SomeVeryLongType

I'd expect that to be formatted something like this:

instance
  SomeVeryLongConstraint
  => SomeVeryLongTypeClass
     SomeVeryLongType
This is related to #236. Brittany currently passes instance heads through. For example: ``` hs -- brittany --columns 20 instance SomeVeryLongConstraint => SomeVeryLongTypeClass SomeVeryLongType ``` I'd expect that to be formatted something like this: ``` hs instance SomeVeryLongConstraint => SomeVeryLongTypeClass SomeVeryLongType ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hexagoxel/brittany#237
There is no content yet.