30 lines
761 B
TeX
30 lines
761 B
TeX
|
|
\onecolumn
|
|
\appendix
|
|
|
|
|
|
\section{Coq Listings}
|
|
This document lists the Coq-Sourcecode from commit
|
|
\input{|"git log -n 1 --oneline | cut -d' ' -f1"}.
|
|
|
|
|
|
\subsection{terms.v}
|
|
\label{coq:terms}
|
|
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/terms.v}
|
|
|
|
\subsection{subst.v}
|
|
\label{coq:subst}
|
|
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/subst.v}
|
|
|
|
\subsection{equiv.v}
|
|
\label{coq:equiv}
|
|
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/equiv.v}
|
|
|
|
\subsection{typing.v}
|
|
\label{coq:typing}
|
|
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/typing.v}
|
|
|
|
\subsection{smallstep.v}
|
|
\label{coq:smallstep}
|
|
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/smallstep.v}
|
|
|