| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Clang.Coformat.Formatter
Documentation
data FormatterInfo Source #
Constructors
| FormatterInfo | |
Fields
| |
Instances
| Show FormatterInfo Source # | |
Defined in Clang.Coformat.Formatter Methods showsPrec :: Int -> FormatterInfo -> ShowS # show :: FormatterInfo -> String # showList :: [FormatterInfo] -> ShowS # | |
class Formatter fmt where Source #
Methods
formatterInfo :: proxy fmt -> FormatterInfo Source #
formatFile :: MonadIO m => proxy fmt -> Text -> [ConfigItemT Value] -> FilePath -> m ByteString Source #