comment typo
This commit is contained in:
parent
3847aa3c9c
commit
ba109ce7df
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ import Utility.Data
|
||||||
|
|
||||||
{- Like error, this throws an exception. Unlike error, if this exception
|
{- Like error, this throws an exception. Unlike error, if this exception
|
||||||
- is not caught, it won't generate a backtrace. So use this for situations
|
- is not caught, it won't generate a backtrace. So use this for situations
|
||||||
- where there's a problem that the user is expeected to see in some
|
- where there's a problem that the user is expected to see in some
|
||||||
- circumstances. -}
|
- circumstances. -}
|
||||||
giveup :: [Char] -> a
|
giveup :: [Char] -> a
|
||||||
giveup = errorWithoutStackTrace
|
giveup = errorWithoutStackTrace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue