-
-
Notifications
You must be signed in to change notification settings - Fork 426
Open
Labels
component: hls-refactor-pluginIssues related to the hls-refactor-pluginIssues related to the hls-refactor-plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
Code action for remove constraint gets sometimes spacing wrong.
isInteractionMetaB
:: forall m. (ReadTCState m, MonadReduce m, MonadPretty m)
=> MetaId
-> Args
-> m (Maybe (MetaId, InteractionId, Args))is turned into
isInteractionMetaB
:: forall m. ( MonadPretty m)
=>MetaId
-> Args
-> m (Maybe (MetaId, InteractionId, Args))but correct would be
isInteractionMetaB
:: forall m. (MonadPretty m)
=> MetaId
-> Args
-> m (Maybe (MetaId, InteractionId, Args))So the space from behind the => is shifted to behind the first (.
Movie
Refactorbug.mov
Your environment
- MacOS
- GHC 9.12.2
- HLS 2.12
- VSCode
Related:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: hls-refactor-pluginIssues related to the hls-refactor-pluginIssues related to the hls-refactor-plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..