| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.PureScript.DCE.Errors
Description
Errors used in dead call elimination.
- data DCEError (a :: Level)
- displayDCEError :: FilePath -> DCEError Error -> String
- displayDCEWarning :: FilePath -> (Int, Int) -> DCEError Warning -> String
- data Level
- warnColor :: (ColorIntensity, Color, ConsoleIntensity)
- errorColor :: (ColorIntensity, Color, ConsoleIntensity)
- codeColor :: (ColorIntensity, Color, ConsoleIntensity)
- colorString :: (ColorIntensity, Color, ConsoleIntensity) -> String -> String
- colorText :: (ColorIntensity, Color, ConsoleIntensity) -> Text -> Text
Documentation
data DCEError (a :: Level) Source #
Error type shared by dce and dceEval.
colorString :: (ColorIntensity, Color, ConsoleIntensity) -> String -> String Source #
colorText :: (ColorIntensity, Color, ConsoleIntensity) -> Text -> Text Source #