We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CommentExtraction
1 parent 5bf42c3 commit 3aeb317Copy full SHA for 3aeb317
src/HIndent/Pretty/NodeComments.hs
@@ -36,9 +36,6 @@ class CommentExtraction a where
36
instance CommentExtraction l => CommentExtraction (GenLocated l e) where
37
nodeComments (L l _) = nodeComments l
38
39
-instance CommentExtraction (HsDataDefn GhcPs) where
40
- nodeComments HsDataDefn {} = emptyNodeComments
41
-
42
instance CommentExtraction (MatchGroup GhcPs a) where
43
nodeComments MG {} = emptyNodeComments
44
0 commit comments