taskell-1.4.0.0: A command-line kanban board/task manager
Events.State.Types
type Pointer = (Int, Int) Source #
data State Source #
Constructors
Fields
Defined in Events.State.Types
Methods
(==) :: State -> State -> Bool Source #
(/=) :: State -> State -> Bool Source #
showsPrec :: Int -> State -> ShowS Source #
show :: State -> String Source #
showList :: [State] -> ShowS Source #
path :: Lens' State FilePath Source #
mode :: Lens' State Mode Source #
lists :: Lens' State Lists Source #
io :: Lens' State (Maybe Lists) Source #
history :: Lens' State [(Pointer, Lists)] Source #
current :: Lens' State Pointer Source #
type Stateful = State -> Maybe State Source #