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.
showBag
1 parent 3459f48 commit 2a2df37Copy full SHA for 2a2df37
plugins/hls-splice-plugin/src/Ide/Plugin/Splice.hs
@@ -397,7 +397,6 @@ manualCalcEdit clientCapabilities reportEditor ran ps hscEnv typechkd srcSpan _e
397
showErrors = show
398
#endif
399
400
-#if MIN_VERSION_ghc(9,4,1)
401
showBag :: Error.Diagnostic a => Bag (Error.MsgEnvelope a) -> String
402
showBag = show . fmap (fmap toDiagnosticMessage)
403
@@ -408,7 +407,6 @@ toDiagnosticMessage message =
408
407
, diagReason = Error.diagnosticReason message
409
, diagHints = Error.diagnosticHints message
410
}
411
-#endif
412
413
-- | FIXME: Is thereAny "clever" way to do this exploiting TTG?
414
unRenamedE ::
0 commit comments