| Safe Haskell | None | 
|---|
Todos.Default.Print
Description
This module implements printing TODOs tree to console. Here is default function, but user can supply his own.
- defaultPrintTodos :: PrintConfig DefaultConfig -> [Todo] -> IO ()
 - showTodos :: [Todo] -> Formatter DefaultConfig
 
Documentation
defaultPrintTodos :: PrintConfig DefaultConfig -> [Todo] -> IO ()Source
Default function to output TODOs to console
showTodos :: [Todo] -> Formatter DefaultConfigSource
Prepare TODOs for console output