# HG changeset patch # User Adam Chlipala # Date 1225646456 18000 # Node ID 8c19768f1a1a0c2c53c98b3afb7ec6d3a88b87f3 # Parent 8157e8e28e2ef3c0465a0c62d83beab5b38c20c9 Fix some uglyness diff -r 8157e8e28e2e -r 8c19768f1a1a src/Firstorder.v --- a/src/Firstorder.v Sun Nov 02 12:16:55 2008 -0500 +++ b/src/Firstorder.v Sun Nov 02 12:20:56 2008 -0500 @@ -16,9 +16,9 @@ (* end hide *) -(** %\section{Formalizing Programming Languages and Compilers} +(** %\part{Formalizing Programming Languages and Compilers} - \chapter{First-Order Variable Representations}% *) + \chapter{First-Order Abstract Syntax}% *) (** TODO: Prose for this chapter *) diff -r 8157e8e28e2e -r 8c19768f1a1a src/Intro.v --- a/src/Intro.v Sun Nov 02 12:16:55 2008 -0500 +++ b/src/Intro.v Sun Nov 02 12:20:56 2008 -0500 @@ -203,7 +203,7 @@ \hline Proof by Reflection & \texttt{Reflection.v} \\ \hline -First-Order Variable Representations & \texttt{Firstorder.v} \\ +First-Order Abstract Syntax & \texttt{Firstorder.v} \\ \hline \end{tabular} \end{center} diff -r 8157e8e28e2e -r 8c19768f1a1a src/toc.html --- a/src/toc.html Sun Nov 02 12:16:55 2008 -0500 +++ b/src/toc.html Sun Nov 02 12:20:56 2008 -0500 @@ -15,6 +15,6 @@
  • Reasoning About Equality Proofs
  • Proof Search in Ltac
  • Proof by Reflection -
  • First-Order Variable Representations +
  • First-Order Abstract Syntax