comparison src/Intro.v @ 265:dce88a5c170c

Import DeBruijn
author Adam Chlipala <adamc@hcoop.net>
date Wed, 30 Dec 2009 13:38:13 -0500
parents de53c8bcfa8d
children 191a66cd7cb5
comparison
equal deleted inserted replaced
264:aaf532c80729 265:dce88a5c170c
213 \hline 213 \hline
214 Proving in the Large & \texttt{Large.v} \\ 214 Proving in the Large & \texttt{Large.v} \\
215 \hline 215 \hline
216 First-Order Abstract Syntax & \texttt{Firstorder.v} \\ 216 First-Order Abstract Syntax & \texttt{Firstorder.v} \\
217 \hline 217 \hline
218 Dependent De Bruijn Indices & \texttt{DeBruijn.v} \\
219 \hline
218 Higher-Order Abstract Syntax & \texttt{Hoas.v} \\ 220 Higher-Order Abstract Syntax & \texttt{Hoas.v} \\
219 \hline 221 \hline
220 Type-Theoretic Interpreters & \texttt{Interps.v} \\ 222 Type-Theoretic Interpreters & \texttt{Interps.v} \\
221 \hline 223 \hline
222 Extensional Transformations & \texttt{Extensional.v} \\ 224 Extensional Transformations & \texttt{Extensional.v} \\