Skip to content

Commit 50a9fd3

Browse files
committed
clean up latex junk
1 parent cc1c436 commit 50a9fd3

15 files changed

+83
-5445
lines changed

Wtypes.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ \section{Reduction of inductive types to $\W$-types}
5353
1\le\ell\quad \Gamma\vdash C:\alpha\to\U_\ell\\
5454
\Gamma\vdash e:\forall x:\alpha.\; (\forall y:\alpha.\;r\;y\;x\to\acc_r\;y)\to (\forall y:\alpha.\;r\;y\;x\to C\;y)\to C\;x
5555
\end{matrix}}{\Gamma\vdash \rec_\acc\;e:\forall x:\alpha.\;\acc_r\;x\to C\;x}$$
56-
All of these could have been defined as inductive types in the sense of section \ref{inductive}:
56+
All of these could have been defined as inductive types in the sense of section \ref{sec:inductive}:
5757
\begin{align*}
5858
\bot&:=\mu t:\P.\;0\\
5959
\Sigma x:\alpha.\;\beta&:=\mu t:\U_{\max(\ell,\ell',1)}.\;(\mathsf{pair}:\forall x:\alpha.\;\beta\to t)\\

aliascnt.sty

-88
This file was deleted.

history.txt

-132
This file was deleted.

intro.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
\section{Introduction}
2-
UNFINISHED
2+
In this paper, we develop the foundational theory used in the Lean theorem prover.

0 commit comments

Comments
 (0)