diff options
Diffstat (limited to 'compiler/utils/EnumSet.hs')
-rw-r--r-- | compiler/utils/EnumSet.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/EnumSet.hs b/compiler/utils/EnumSet.hs index 99b93f5c22..670a5c64c8 100644 --- a/compiler/utils/EnumSet.hs +++ b/compiler/utils/EnumSet.hs @@ -1,4 +1,4 @@ --- | An tiny wrapper around 'IntSet.IntSet' for representing sets of 'Enum' +-- | A tiny wrapper around 'IntSet.IntSet' for representing sets of 'Enum' -- things. module EnumSet ( EnumSet |