comparison 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
comparison
equal deleted inserted replaced
352:ab60b10890ed 353:3322367e955d
223 \hline 223 \hline
224 Inductive Predicates & \texttt{Predicates.v} \\ 224 Inductive Predicates & \texttt{Predicates.v} \\
225 \hline 225 \hline
226 Infinite Data and Proofs & \texttt{Coinductive.v} \\ 226 Infinite Data and Proofs & \texttt{Coinductive.v} \\
227 \hline 227 \hline
228 Subset Types and Variations & \texttt{Subset.v} \\
229 \hline
228 General Recursion & \texttt{GeneralRec.v} \\ 230 General Recursion & \texttt{GeneralRec.v} \\
229 \hline 231 \hline
230 Subset Types and Variations & \texttt{Subset.v} \\
231 \hline
232 More Dependent Types & \texttt{MoreDep.v} \\ 232 More Dependent Types & \texttt{MoreDep.v} \\
233 \hline 233 \hline
234 Dependent Data Structures & \texttt{DataStruct.v} \\ 234 Dependent Data Structures & \texttt{DataStruct.v} \\
235 \hline 235 \hline
236 Reasoning About Equality Proofs & \texttt{Equality.v} \\ 236 Reasoning About Equality Proofs & \texttt{Equality.v} \\