| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Deontic.Civil.Render
Synopsis
- data KoreanRenderer = KoreanRenderer {}
- data OutputFormat
- data Block
- data Inline
- renderBlocks :: OutputFormat -> [Block] -> Text
Documentation
data KoreanRenderer Source #
Constructors
| KoreanRenderer | |
Fields | |
Instances
| Renderer KoreanRenderer Source # | |
Defined in Deontic.Civil.Render Methods renderJudgment :: forall (layers :: [Type]). KoreanRenderer -> Judgment layers -> Text Source # | |
data OutputFormat Source #
Instances
| Show OutputFormat Source # | |
Defined in Deontic.Civil.Render Methods showsPrec :: Int -> OutputFormat -> ShowS # show :: OutputFormat -> String # showList :: [OutputFormat] -> ShowS # | |
| Eq OutputFormat Source # | |
Defined in Deontic.Civil.Render | |
Block-level document elements.
Inline text elements.
renderBlocks :: OutputFormat -> [Block] -> Text Source #
Render blocks to text in the given output format.