Closed
Description
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
Labels
No labels