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 c706fa5 commit 25ac4a9Copy full SHA for 25ac4a9
plugins/tactics/src/Ide/Plugin/Tactic/CodeGen.hs
@@ -54,7 +54,7 @@ destructMatches f f2 t jdg = do
54
-- | Essentially same as 'dataConInstOrigArgTys' in GHC,
55
-- but we need some tweaks in GHC >= 8.8.
56
-- Since old 'dataConInstArgTys' seems working with >= 8.8,
57
--- we just filter out class dictionaries anc coercions from the result.
+-- we just filter out class dictionaries and coercions from the result.
58
dataConInstOrigArgTys' :: DataCon -> [Type] -> [Type]
59
dataConInstOrigArgTys' con ty =
60
let tys0 = dataConInstArgTys con ty
0 commit comments