We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ff952 commit 2746b1fCopy full SHA for 2746b1f
plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs
@@ -207,7 +207,7 @@ appendConstraint constraintT = go . traceAst "appendConstraint"
207
#endif
208
annCtxt = AnnContext (Just (NormalSyntax, epl 1)) [epl 0 | needsParens] [epl 0 | needsParens]
209
needsParens = hsTypeNeedsParens sigPrec $ unLoc constraint
210
- ast <- pure $ setEntryDP ast (SameLine 1)
+ ast <- pure $ setEntryDP (makeDeltaAst ast) (SameLine 1)
211
212
return $ reLocA $ L lTop $ HsQualTy noExtField context ast
213
0 commit comments