Villefort-0.1.2.12: Villefort is a task manager and time tracker

Safe HaskellSafe
LanguageHaskell2010

Villefort.Util

Synopsis

Documentation

makeRow :: [String] -> String Source #

Helper function to generate row of table

makeTable :: [String] -> [[String]] -> String Source #

Generate Table

total :: [[String]] -> Int Source #