diff options
Diffstat (limited to 'compiler/utils')
-rw-r--r-- | compiler/utils/EnumSet.hs | 2 | ||||
-rw-r--r-- | compiler/utils/Panic.hs | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/compiler/utils/Panic.hs b/compiler/utils/Panic.hs index 910906e08c..ebf830385c 100644 --- a/compiler/utils/Panic.hs +++ b/compiler/utils/Panic.hs @@ -196,7 +196,7 @@ sorryDoc x doc = throwGhcException (PprSorry x doc) pgmErrorDoc x doc = throwGhcException (PprProgramError x doc) --- | Throw an failed assertion exception for a given filename and line number. +-- | Throw a failed assertion exception for a given filename and line number. assertPanic :: String -> Int -> a assertPanic file line = Exception.throw (Exception.AssertionFailed |