skeletest-0.1.0: Batteries-included, opinionated test framework
Safe HaskellNone
LanguageGHC2021

Skeletest.Internal.Error

Synopsis

Documentation

skeletestPluginError :: String -> a Source #

Throw a user error during compilation, e.g. during the preprocessor or plugin phases.

invariantViolation :: String -> a Source #

Throw an error in a situation that should never happen, and indicates a bug.