Commit 817d5d5f authored by Adam Chlipala's avatar Adam Chlipala

Start of Subset

parent 3abbc693
MODULES_NODOC := Tactics
MODULES_PROSE := Intro
MODULES_CODE := StackMachine InductiveTypes Predicates Coinductive
MODULES_CODE := StackMachine InductiveTypes Predicates Coinductive Subset
MODULES_DOC := $(MODULES_PROSE) $(MODULES_CODE)
MODULES := $(MODULES_NODOC) $(MODULES_DOC)
VS := $(MODULES:%=src/%.v)
......
......@@ -191,6 +191,8 @@ Inductive Predicates & \texttt{Predicates.v} \\
\hline
Infinite Data and Proofs & \texttt{Coinductive.v} \\
\hline
Subset Types and Variations & \texttt{Subset.v} \\
\hline
\end{tabular} \end{center}
% *)
This diff is collapsed.
......@@ -9,5 +9,6 @@
<li><a href="InductiveTypes.html">Introducing Inductive Types</a>
<li><a href="Predicates.html">Inductive Predicates</a>
<li><a href="Coinductive.html">Infinite Data and Proofs</a>
<li><a href="Subset.html">Subset Types and Variations</a>
</body></html>
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