slate-0.13.1.0: A note taking CLI tool.

Safe HaskellSafe
LanguageHaskell2010

Task

Documentation

data Task Source #

Constructors

Task 

data Status Source #

Constructors

Todo 
Doing 
Done 

loadTasks :: Int -> [Task] -> [String] -> [Task] Source #