Skip to content

Commit 25ac4a9

Browse files
committed
Fixes typo
1 parent c706fa5 commit 25ac4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tactics/src/Ide/Plugin/Tactic/CodeGen.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ destructMatches f f2 t jdg = do
5454
-- | Essentially same as 'dataConInstOrigArgTys' in GHC,
5555
-- but we need some tweaks in GHC >= 8.8.
5656
-- Since old 'dataConInstArgTys' seems working with >= 8.8,
57-
-- we just filter out class dictionaries anc coercions from the result.
57+
-- we just filter out class dictionaries and coercions from the result.
5858
dataConInstOrigArgTys' :: DataCon -> [Type] -> [Type]
5959
dataConInstOrigArgTys' con ty =
6060
let tys0 = dataConInstArgTys con ty

0 commit comments

Comments
 (0)