diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-13 17:05:24 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-13 17:05:24 +0100 |
| commit | b9eaf43c5da941b8e7c37c4ac950c8f2a7e618cd (patch) | |
| tree | e073dadcb6e7f0715cb5aee9ed3562962a78da65 /literature | |
| parent | b7a198d70ebe95cae8e8ee838999d8be59f48427 (diff) | |
| download | incremental-dfsts-b9eaf43c5da941b8e7c37c4ac950c8f2a7e618cd.tar incremental-dfsts-b9eaf43c5da941b8e7c37c4ac950c8f2a7e618cd.tar.gz incremental-dfsts-b9eaf43c5da941b8e7c37c4ac950c8f2a7e618cd.tar.bz2 incremental-dfsts-b9eaf43c5da941b8e7c37c4ac950c8f2a7e618cd.tar.xz incremental-dfsts-b9eaf43c5da941b8e7c37c4ac950c8f2a7e618cd.zip | |
Initial work on central definitions
Diffstat (limited to 'literature')
| -rw-r--r-- | literature/incremental-parsing.bibtex | 2 | ||||
| -rw-r--r-- | literature/laarhoven.bibtex | 7 | ||||
| -rw-r--r-- | literature/lens.bibtex | 7 |
3 files changed, 15 insertions, 1 deletions
diff --git a/literature/incremental-parsing.bibtex b/literature/incremental-parsing.bibtex index e3e5758..5ece4e9 100644 --- a/literature/incremental-parsing.bibtex +++ b/literature/incremental-parsing.bibtex | |||
| @@ -15,4 +15,4 @@ | |||
| 15 | acmid = {357066}, | 15 | acmid = {357066}, |
| 16 | publisher = {ACM}, | 16 | publisher = {ACM}, |
| 17 | address = {New York, NY, USA}, | 17 | address = {New York, NY, USA}, |
| 18 | } \ No newline at end of file | 18 | } |
diff --git a/literature/laarhoven.bibtex b/literature/laarhoven.bibtex new file mode 100644 index 0000000..4a8305f --- /dev/null +++ b/literature/laarhoven.bibtex | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | @misc{laarhoven, | ||
| 2 | title={CPS based functional references}, | ||
| 3 | year={2009}, | ||
| 4 | month={7}, | ||
| 5 | author={Twan van Laarhoven}, | ||
| 6 | url={https://www.twanvl.nl/blog/haskell/cps-functional-references} | ||
| 7 | } \ No newline at end of file | ||
diff --git a/literature/lens.bibtex b/literature/lens.bibtex new file mode 100644 index 0000000..ab9481e --- /dev/null +++ b/literature/lens.bibtex | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | @manual{lens, | ||
| 2 | title={Lenses, Folds and Traversals}, | ||
| 3 | author={Edward A. Kmett}, | ||
| 4 | month={8}, | ||
| 5 | year={2017}, | ||
| 6 | url={https://hackage.haskell.org/package/lens} | ||
| 7 | } \ No newline at end of file | ||
