Skip to content

Commit

Permalink
Some tweaks/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremie-koenig committed Oct 26, 2024
1 parent ce2646b commit 7c34ac9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compcertoe/compcertoe.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4762,7 +4762,8 @@ \section{Evaluation and Applications} \label{sec:app} %{{{
\subsection{Mechanization in the Coq Proof Assistant} \label{sec:application:impl} %{{{
Our code uses a library called $\kw{coqrel}$ \cite{coqrel}
Our code uses a library called $\kw{coqrel}$%
\footnote{\url{http://certikos.github.io/coqrel/}}
for relational reasoning
and the relevant parts interface with CompCertO as well.
In addition,
Expand All @@ -4776,8 +4777,8 @@ \subsection{Mechanization in the Coq Proof Assistant} \label{sec:application:imp
With these dependencies,
the definitions and theorems
given in \S\ref{sec:overview}--\ref{sec:scomp}
can be mechanized in $2,198$ lines of Coq definitions and
$3,252$ lines of proofs, as counted by $\kw{coqwc}$.
can be mechanized in $2{,}198$ lines of Coq definitions and
$3{,}252$ lines of proofs, as counted by $\kw{coqwc}$.
The mechanization
is straightforward and closely follows the definitions we have given.
Expand Down

0 comments on commit 7c34ac9

Please sign in to comment.