Copyright | (c) Amy de Buitléir 2013-2016 |
---|---|
License | BSD-style |
Maintainer | amy@nualeargais.ie |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
A simple task list which persists between runs.
- class Checklist t where
- type PersistentChecklist = Persistent Status
- mkPersistentChecklist :: FilePath -> PersistentChecklist
Documentation
type PersistentChecklist = Persistent Status Source #
mkPersistentChecklist :: FilePath -> PersistentChecklist Source #
Creates a counter that will store its value in the specified file.