Browse Source

Citation for the three state equations.

master
Daniel Hillerström 5 years ago
parent
commit
9fa5ebe6eb
  1. 12
      thesis.bib
  2. 3
      thesis.tex

12
thesis.bib

@ -3694,3 +3694,15 @@
publisher = {Springer}, publisher = {Springer},
year = {2005} year = {2005}
} }
# Three state equations
@inproceedings{Mellies14,
author = {Paul{-}Andr{\'{e}} Melli{\`{e}}s},
title = {Local States in String Diagrams},
booktitle = {{RTA-TLCA}},
series = {{LNCS}},
volume = {8560},
pages = {334--348},
publisher = {Springer},
year = {2014}
}

3
thesis.tex

@ -1169,7 +1169,8 @@ manipulating the state cell.
The literature often presents the state monad with a fourth equation, The literature often presents the state monad with a fourth equation,
which states that $\getF$ is idempotent. However, this equation is which states that $\getF$ is idempotent. However, this equation is
redundant as it is derivable from the first and third equations.
redundant as it is derivable from the first and third
equations~\cite{Mellies14}.
We can implement a monadic variation of the $\incrEven$ function that We can implement a monadic variation of the $\incrEven$ function that
uses the state monad to emulate manipulations of the state cell as uses the state monad to emulate manipulations of the state cell as

Loading…
Cancel
Save