Skip to content

Commit

Permalink
Complete a remark in Chapter 11 (Alectryon output)
Browse files Browse the repository at this point in the history
  • Loading branch information
Casteran committed Nov 29, 2023
1 parent ed21e44 commit a0f1149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/chapter-primrec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ \subsection{Looking for a contradiction}
Thus, our impossibility proof is just a sequence of easy small steps.

\begin{todo}
Fix the display the local definition of \texttt{x} in the following proof.
Fix the display of the local definition of \texttt{x} in the following proof: \emph{Alectryon} prints a \emph{declaration} \texttt{x: nat}, but forgets to print the definition \texttt{x := Nat.max 2 m}, which is important to complete the proof.
\end{todo}

\input{movies/snippets/AckNotPR/AckNotPR}
Expand Down
2 changes: 1 addition & 1 deletion theories/ordinals/Epsilon0/T1.v
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ Fixpoint minus (alpha beta : T1) :T1 :=
then zero
else cons zero (Peano.pred (n-n')) zero
| cons zero n _, zero => cons zero n zero
| cons zero n _, y => zero
| cons zero _ _, _ => zero
| cons a n b, zero => cons a n b
| cons a n b, cons a' n' b' =>
(match compare a a' with
Expand Down

0 comments on commit a0f1149

Please sign in to comment.