| Safe Haskell | None |
|---|
Text.RichReports
Documentation
Constructors
| Text String | |
| C Category [Highlight] [Message] String | |
| Space | |
| Lt | |
| Gt | |
| Conc [Report] | |
| Field Report | |
| Row [Report] | |
| Table [Report] | |
| Indent Report | |
| Line [String] [Report] | |
| LineIfFlat [String] Report | |
| Atom [Highlight] [Message] [Report] | |
| Span [Highlight] [Message] [Report] | |
| Block [Highlight] [Message] [Report] | |
| BlockIndent [Highlight] [Message] [Report] | |
| Intersperse Report [Report] | |
| Finalize Report |
class ToHighlights a whereSource
Methods
highlights :: a -> [Highlight]Source
class ToMessages a whereSource
messageToAttr :: [Message] -> (Property, Value)Source