taskell-1.9.2.0: A command-line kanban board/task manager

Safe HaskellNone
LanguageHaskell2010

Events.State.Types

Documentation

data History a Source #

Constructors

History 

Fields

Instances
Eq a => Eq (History a) Source # 
Instance details

Defined in Events.State.Types

Methods

(==) :: History a -> History a -> Bool #

(/=) :: History a -> History a -> Bool #

Show a => Show (History a) Source # 
Instance details

Defined in Events.State.Types

Methods

showsPrec :: Int -> History a -> ShowS #

show :: History a -> String #

showList :: [History a] -> ShowS #

data State Source #

Instances
Eq State Source # 
Instance details

Defined in Events.State.Types

Methods

(==) :: State -> State -> Bool #

(/=) :: State -> State -> Bool #

Show State Source # 
Instance details

Defined in Events.State.Types

Methods

showsPrec :: Int -> State -> ShowS #

show :: State -> String #

showList :: [State] -> ShowS #

present :: forall a. Lens' (History a) a Source #

past :: forall a. Lens' (History a) [a] Source #

future :: forall a. Lens' (History a) [a] Source #