diff options
Diffstat (limited to 'utils/check-exact/Lookup.hs')
-rw-r--r-- | utils/check-exact/Lookup.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/check-exact/Lookup.hs b/utils/check-exact/Lookup.hs index 18e4e32f6f..3cd53be04c 100644 --- a/utils/check-exact/Lookup.hs +++ b/utils/check-exact/Lookup.hs @@ -38,6 +38,7 @@ keywordToString kw = (G AnnBackquote ) -> "`" (G AnnBy ) -> "by" (G AnnCase ) -> "case" + (G AnnCases ) -> "cases" (G AnnClass ) -> "class" (G AnnCloseB ) -> "|)" (G AnnCloseBU ) -> "⦈" |