Safe Haskell | None |
---|---|
Language | Haskell2010 |
Printing functions for unused items and errors.
Synopsis
- printError :: Error -> Text
- printUnused :: Unused -> Maybe Text
- printUnusedItems :: UnusedItems -> Maybe Text
- printNothing :: Text
Documentation
printError :: Error -> Text Source #
Print an error.
printUnusedItems :: UnusedItems -> Maybe Text Source #
Print a collection of unused items.
printNothing :: Text Source #
Print a message indicating that no unused code was found.