| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | amy@nualeargais.ie |
| Safe Haskell | None |
ALife.Creatur.Checklist
Description
A simple task list which persists between runs.
Documentation
Methods
status :: StateT t IO StatusSource
markDone :: String -> StateT t IO ()Source
done :: StateT t IO BoolSource
Instances
mkPersistentChecklist :: FilePath -> PersistentChecklistSource
Creates a counter that will store its value in the specified file.