Villefort-0.1.0.4: Villefort is a task manager and time tracker written in haskell.

Safe HaskellNone
LanguageHaskell2010

Todo

Documentation

data Row Source #

Constructors

Row 

Fields

Instances

Show Row Source # 

Methods

showsPrec :: Int -> Row -> ShowS #

show :: Row -> String #

showList :: [Row] -> ShowS #

merge :: [a] -> [a] -> [a] Source #

daysToColor' :: (Num a, Ord a) => a -> [Char] Source #

deleteTodo :: (Show t, MonadIO m) => t -> m () Source #

addTime :: Int -> Int -> IO () Source #

delTask :: Int -> IO () Source #

updateTask :: Int -> Int -> IO () Source #