Index: doc/theses/fangren_yu_MMath/uw-ethesis-frontpgs.tex
===================================================================
--- doc/theses/fangren_yu_MMath/uw-ethesis-frontpgs.tex	(revision bb506e0bcd6edb88d7e6ae6c6a72219e4ff11e30)
+++ doc/theses/fangren_yu_MMath/uw-ethesis-frontpgs.tex	(revision 831b2ecd507a0a1b00a7397e1cba0ef34c37c0c6)
@@ -131,8 +131,11 @@
 \begin{center}\textbf{Abstract}\end{center}
 
-\CFA (C-for-all) is an evolutionary extension of C programming language, which introduces many modern programming language features to C. 
-\CFA has a type system built around parametric polymorphism, and the polymorphic functions are prefixed by a @forall@ declaration of type parameters, giving the language its name. 
-
-This thesis presents a series of work on type resolution in \CFA. Every function, including the built-in C operators, can be overloaded in \CFA, therefore resolving function overloads and generic type parameters is at the heart of \CFA expression analysis. This thesis focuses on the interactions of various \CFA language features such as reference and generic types in type resolution, analyzes the known issues and presents improvements to the type system that fix those problems. Ideas for future work are also given for further improving the consistency of \CFA type system at a language design level.
+\CFA (C-for-all) is an evolutionary extension of the C programming language, which introduces many modern programming language features to C.
+\CFA has a type system built around parametric polymorphism, and the polymorphic functions are prefixed by a @forall@ declaration of type parameters, giving the language its name.
+
+This thesis presents a series of work I did on type resolution in \CFA.
+Every function, including the built-in C operators, can be overloaded in \CFA, therefore resolving function overloads and generic type parameters is at the heart of \CFA expression analysis.
+This thesis focuses on the interactions of various \CFA language features such as reference and generic types in type resolution, analyzes the known issues and presents improvements to the type system that fix several of the problems.
+Ideas for future work are also given for further improving the consistency of the \CFA type-system at a language design level.
 
 \cleardoublepage
