Safe Haskell | None |
---|---|
Language | Haskell98 |
- type FormatterAlias = String
- data Formatter
- getAllFormatters :: IO [Formatter]
- getFormatterByName :: FormatterAlias -> IO (Maybe Formatter)
- formatterName :: Formatter -> String
- formatterAliases :: Formatter -> [FormatterAlias]
- htmlFormatter :: Formatter
- terminalFormatter :: Formatter
Documentation
type FormatterAlias = String Source
getFormatterByName :: FormatterAlias -> IO (Maybe Formatter) Source
Similar to the get_formatter_by_name()
function in Pygments
Accessors
formatterName :: Formatter -> String Source