Non idempotent spaces in type applications. #38

Closed
opened 2017-07-23 23:46:33 +02:00 by ElvishJerricco · 0 comments
ElvishJerricco commented 2017-07-23 23:46:33 +02:00 (Migrated from github.com)

foo.hs:

{-# LANGUAGE TypeApplications #-}
foo = bar @Baz

After applying brittany once:

{-# LANGUAGE TypeApplications #-}
foo =  bar @Baz

Twice:

{-# LANGUAGE TypeApplications #-}
foo =   bar @Baz

Thrice:

{-# LANGUAGE TypeApplications #-}
foo =    bar @Baz
`foo.hs`: ```haskell {-# LANGUAGE TypeApplications #-} foo = bar @Baz ``` After applying brittany once: ```haskell {-# LANGUAGE TypeApplications #-} foo = bar @Baz ``` Twice: ```haskell {-# LANGUAGE TypeApplications #-} foo = bar @Baz ``` Thrice: ```haskell {-# LANGUAGE TypeApplications #-} foo = bar @Baz ```
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#38
There is no content yet.