haskell · haskell/AssertionFailed
AssertionFailed
AssertionFailed
Thrown by the assert function when its boolean condition is False. The assert function is defined in Control.Exception and can be disabled at compile time; it differs from error in that it signals a violated assertion rather than an unrecoverable failure.