mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 02:58:26 +00:00
List appendices
This commit is contained in:
19
README.md
19
README.md
@@ -21,6 +21,15 @@ The board of examiners consists of
|
|||||||
|
|
||||||
The dissertation is structured as follows.
|
The dissertation is structured as follows.
|
||||||
|
|
||||||
|
### Introduction
|
||||||
|
|
||||||
|
* Chapter 1 puts forth an argument for why effect handlers
|
||||||
|
matter. Following this argument it provides a basic introduction to
|
||||||
|
several different approaches to effectful programming through the
|
||||||
|
lens of the state effect. In addition, it also declares the scope
|
||||||
|
and contributions of the dissertation, and discusses some related
|
||||||
|
work.
|
||||||
|
|
||||||
### Background
|
### Background
|
||||||
|
|
||||||
* Chapter 2 defines some basic mathematical notation and
|
* Chapter 2 defines some basic mathematical notation and
|
||||||
@@ -83,6 +92,16 @@ implementation of generic count than any λ<sub>b</sub><sup>→</sup> implementa
|
|||||||
### Conclusions
|
### Conclusions
|
||||||
* Chapter 10 concludes and discusses future work.
|
* Chapter 10 concludes and discusses future work.
|
||||||
|
|
||||||
|
### Appendices
|
||||||
|
* Appendix A contains a proof that shows the `Get-get` equation for
|
||||||
|
state is redundant.
|
||||||
|
* Appendix B contains the proof details for the higher-order
|
||||||
|
uncurried CPS translation for deep and shallow handlers.
|
||||||
|
* Appendix C contains the proof details and gadgetry for the
|
||||||
|
complexity of the effectful generic count program.
|
||||||
|
* Appendix D provides a sample implementation of the Berger count
|
||||||
|
program and discusses it in more detail.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To build the dissertation you need the [Informatics thesis LaTeX
|
To build the dissertation you need the [Informatics thesis LaTeX
|
||||||
|
|||||||
Reference in New Issue
Block a user