Index: doc/theses/andrew_beach_MMath/conclusion.tex
===================================================================
--- doc/theses/andrew_beach_MMath/conclusion.tex	(revision d89d15099ca90fe5aeab5417aec272adfd37b5b8)
+++ doc/theses/andrew_beach_MMath/conclusion.tex	(revision d89d15099ca90fe5aeab5417aec272adfd37b5b8)
@@ -0,0 +1,19 @@
+\chapter{Conclusion}
+% Just a little knot to tie the paper together.
+
+In the previous chapters this thesis presents the design and implementation
+of \CFA's exception handling mechanism (EHM).
+Both the design and implementation are based off of tools and techniques
+developed for other programming languages but they were adapted to better fit
+\CFA's feature set.
+
+The resulting features cover all of the major use cases of the most popular
+termination EHMs of today, along with reintroducing resumption exceptions and
+creating some new features that fix with \CFA's larger programming patterns.
+
+The implementation has been tested and compared to other implementations.
+The results, while not cutting edge, are good enough for prototyping, which
+is \CFA's stage of development.
+
+This is a valuable new feature for \CFA in its own right but also serves
+as a tool (and motivation) for other developments in the language.
Index: doc/theses/andrew_beach_MMath/uw-ethesis.tex
===================================================================
--- doc/theses/andrew_beach_MMath/uw-ethesis.tex	(revision 0b67a196067335695e22840084565d940d44c522)
+++ doc/theses/andrew_beach_MMath/uw-ethesis.tex	(revision d89d15099ca90fe5aeab5417aec272adfd37b5b8)
@@ -247,4 +247,5 @@
 \input{performance}
 \input{future}
+\input{conclusion}
 
 %----------------------------------------------------------------------
