Skip to content

[Feature request] A new pragma style? #278

Closed
@Javran

Description

@Javran

Not that new, actually. I've been seeing this style of LANGUAGE pragma for a while and quite like it in comparison to doing {-# LANGUAGE _ #} each line,
which should be easily demonstrated by the following example:

{-# LANGUAGE
    DataKinds
  , LambdaCase
  , OverloadedStrings
  , RecordWildCards
  , ScopedTypeVariables
  #-}

Not sure how should this style be called though, as I'm too lazy to think of one at the moment xD (any suggestion welcomed).
I may tackle this feature myself if no one is strongly against it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions