We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc103f3 commit cf6fe10Copy full SHA for cf6fe10
ghcide/src/Development/IDE/Core/ProgressReporting.hs
@@ -69,7 +69,6 @@ data ProgressReporting (a :: ProgressStateTrackingType) m where
69
-- is different from how we use it.
70
} -> ProgressReporting 'ProgressStateOutsideTracking m
71
72
-
73
-- |
74
-- DuplicatedRecordFields won't work here because of the GADT gives us different result types
75
-- we have to manually define the functions `progressStop` and `progressUpdate` for each case
@@ -81,7 +80,6 @@ progressUpdate ProgressReportingInSide {..} = progressUpdateI
81
80
progressUpdate ProgressReportingOutSide {..} = progressUpdateO
82
83
84
85
{- Note [ProgressReporting API and InProgressState]
86
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
87
The progress of tasks can be tracked in two ways:
0 commit comments