Index: doc/theses/andrew_beach_MMath/conclusion.tex
===================================================================
--- doc/theses/andrew_beach_MMath/conclusion.tex	(revision 315e5e373412e790b084d3570db5755620ef6682)
+++ doc/theses/andrew_beach_MMath/conclusion.tex	(revision 3a3f396b462ae8807cea873f7ad4799293caf8f4)
@@ -2,10 +2,11 @@
 % Just a little knot to tie the paper together.
 
-In the previous chapters this thesis presents the design and implementation
-of \CFA's 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 and add a few features that do not exist in other EHMs,
-like conditional catch.
+In the previous chapters this thesis presents the design and implementation of
+\CFA's 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 and add a few features that do not exist in other
+EHMs, like conditional catch, default handlers, implicitly changing resumption
+into termination in the resumption default handler, and cancellation through
+coroutines and threads back to program main.
 
 The resulting features cover all of the major use cases of the most popular
