paper: add new coq files to appendix
This commit is contained in:
parent
b31c8abc6c
commit
fd8ca35a27
1 changed files with 12 additions and 0 deletions
|
@ -20,11 +20,23 @@ This document lists the Coq-Sourcecode from commit
|
|||
\label{coq:equiv}
|
||||
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/equiv.v}
|
||||
|
||||
\subsection{subtype.v}
|
||||
\label{coq:typing}
|
||||
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/subtype.v}
|
||||
|
||||
\subsection{typing.v}
|
||||
\label{coq:typing}
|
||||
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/typing.v}
|
||||
|
||||
\subsection{morph.v}
|
||||
\label{coq:typing}
|
||||
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/morph.v}
|
||||
|
||||
\subsection{smallstep.v}
|
||||
\label{coq:smallstep}
|
||||
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/smallstep.v}
|
||||
|
||||
\subsection{soundness.v}
|
||||
\label{coq:smallstep}
|
||||
\inputminted[fontsize=\footnotesize, linenos, mathescape]{coq}{../coq/soundness.v}
|
||||
|
||||
|
|
Loading…
Reference in a new issue