Skip to content

Break overly-long lines in type constructor list in import list #35

Open
@hseg

Description

@hseg

Example:

import Language.Haskell.Syntax (HsExportSpec(HsEVar, HsEAbs, HsEThingAll, HsEThingWith, HsEModuleContents)

should be converted to

import Language.Haskell.Syntax (HsExportSpec(HsEVar, HsEAbs, HsEThingAll,
                                             HsEThingWith, HsEModuleContents)

(Note that I'm starting a new line after the last constructor which is still within 80 chars
from the end of the line.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions