Module
Data.Text.Format.Org.Render
- Package
- purescript-org-doc
- Repository
- shamansir/purescript-org-doc
#layoutWords Source
layoutWords :: Words -> Doc
#layoutDateTime Source
layoutDateTime :: OrgDateTime -> Doc
#layoutClock Source
layoutClock :: Clock -> Doc
#layoutDate Source
layoutDate :: Date -> Doc
#layoutTime Source
layoutTime :: Time -> Doc
#layoutRange Source
layoutRange :: OrgTimeRange -> Doc
#layoutItems Source
layoutItems :: RO -> IndentSubject -> Deep -> ListItems -> Doc
#layoutItemsWith Source
layoutItemsWith :: RO -> IndentSubject -> Deep -> ListType -> NonEmptyArray Item -> Doc
#layoutKeyword Source
layoutKeyword :: JsonKeywordRec String -> Doc
#layoutDrawer Source
layoutDrawer :: RO -> IndentSubject -> Deep -> Drawer -> Doc
#layoutLogBook Source
layoutLogBook :: RO -> IndentSubject -> Deep -> LogBook -> Doc
#layoutDrawer' Source
layoutDrawer' :: RO -> IndentSubject -> Deep -> String -> Array Doc -> Doc
#layoutTable Source
layoutTable :: Maybe TableFormat -> Array TableRow -> Doc
#indentByDeep Source
indentByDeep :: RO
#alwaysZeroRO Source
alwaysZeroRO :: RO
#renderTodo Source
renderTodo :: Todo -> String
#IndentSubject Source
data IndentSubject
Constructors
#IndentFn Source
type IndentFn = IndentSubject -> Int
#RenderOptions Source
type RenderOptions = { calcIndent :: IndentFn, drawerPolicy :: DrawerMode }
#RO Source
type RO = RenderOptions
#deepToIndent Source
deepToIndent :: Deep -> Int