Mercurial > cpdt > repo
diff src/Intro.v @ 353:3322367e955d
Move GeneralRec one chapter slot later, since Subset should be a prereq
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 26 Oct 2011 17:14:28 -0400 |
parents | ad315efc3b6b |
children | 549d604c3d16 |
line wrap: on
line diff
--- a/src/Intro.v Wed Oct 26 16:57:11 2011 -0400 +++ b/src/Intro.v Wed Oct 26 17:14:28 2011 -0400 @@ -225,10 +225,10 @@ \hline Infinite Data and Proofs & \texttt{Coinductive.v} \\ \hline +Subset Types and Variations & \texttt{Subset.v} \\ +\hline General Recursion & \texttt{GeneralRec.v} \\ \hline -Subset Types and Variations & \texttt{Subset.v} \\ -\hline More Dependent Types & \texttt{MoreDep.v} \\ \hline Dependent Data Structures & \texttt{DataStruct.v} \\