Commit e70a599d authored by Adam Chlipala's avatar Adam Chlipala

Make Chap. 3 title less grand

parent e93229ac
......@@ -16,7 +16,7 @@ Set Implicit Arguments.
(* end hide *)
(** %\chapter{Inductive Types}% *)
(** %\chapter{Introducing Inductive Types}% *)
(** In a sense, CIC is built from just two relatively straightforward features: function types and inductive types. From this modest foundation, we can prove effectively all of the theorems of math and carry out effectively all program verifications, with enough effort expended. This chapter introduces induction and recursion in Coq and shares some "design patterns" for overcoming common pitfalls with them. *)
......
......@@ -185,7 +185,7 @@ I believe that a good graphical interface to Coq is crucial for using it product
\hline
Some Quick Examples & \texttt{StackMachine.v} \\
\hline
Inductive Types & \texttt{InductiveTypes.v} \\
Introducing Inductive Types & \texttt{InductiveTypes.v} \\
\hline
\end{tabular} \end{center}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment