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 5d221b9 commit 29b2ecbCopy full SHA for 29b2ecb
ghcide/src/Development/IDE/GHC/Compat/Error.hs
@@ -104,7 +104,7 @@ _MismatchMessage _ report = pure report
104
105
-- | Focus 'teq_mismatch_expected' from 'TypeEqMismatch'.
106
_TypeEqMismatchExpected :: Traversal' MismatchMsg Type
107
-#if MIN_VERSION_ghc(9,12,0)
+#if MIN_VERSION_ghc(9,10,2)
108
_TypeEqMismatchExpected focus mismatch@(TypeEqMismatch _ _ _ expected _ _ _) =
109
(\expected' -> mismatch { teq_mismatch_expected = expected' }) <$> focus expected
110
#else
@@ -115,7 +115,7 @@ _TypeEqMismatchExpected _ mismatch = pure mismatch
115
116
-- | Focus 'teq_mismatch_actual' from 'TypeEqMismatch'.
117
_TypeEqMismatchActual :: Traversal' MismatchMsg Type
118
119
_TypeEqMismatchActual focus mismatch@(TypeEqMismatch _ _ _ _ actual _ _) =
120
(\actual' -> mismatch { teq_mismatch_actual = actual' }) <$> focus actual
121
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments