Add link to development
This commit is contained in:
parent
e0811ff06f
commit
6374d0a819
3
cbpv.mng
3
cbpv.mng
|
@ -68,7 +68,8 @@ and the mutual values and computations of CBPV,
|
|||
combined with the even more complex mutual inductives from POPLMark Reloaded,
|
||||
make it an attractive test case to test the tactic's robustness.
|
||||
|
||||
This report is divided in roughly the same shape as the proof development.
|
||||
This report is divided in roughly the same shape as the proof development.%
|
||||
\footnote{\url{https://github.com/ionathanch/MutualInduction/tree/main/CBPV}}
|
||||
\Cref{sec:syntax} introduces the syntax and the typing rules for CBPV (\texttt{Syntax.lean}, \texttt{Typing.lean}).
|
||||
Then the inductive characterization of strong normalization is defined in \cref{sec:sn-ind} (\texttt{NormalInd.lean}),
|
||||
followed by the logical relation in \cref{sec:lr} (\texttt{OpenSemantics.lean}).
|
||||
|
|
3
cbpv.tex
3
cbpv.tex
|
@ -68,7 +68,8 @@ and the mutual values and computations of CBPV,
|
|||
combined with the even more complex mutual inductives from POPLMark Reloaded,
|
||||
make it an attractive test case to test the tactic's robustness.
|
||||
|
||||
This report is divided in roughly the same shape as the proof development.
|
||||
This report is divided in roughly the same shape as the proof development.%
|
||||
\footnote{\url{https://github.com/ionathanch/MutualInduction/tree/main/CBPV}}
|
||||
\Cref{sec:syntax} introduces the syntax and the typing rules for CBPV (\texttt{Syntax.lean}, \texttt{Typing.lean}).
|
||||
Then the inductive characterization of strong normalization is defined in \cref{sec:sn-ind} (\texttt{NormalInd.lean}),
|
||||
followed by the logical relation in \cref{sec:lr} (\texttt{OpenSemantics.lean}).
|
||||
|
|
Loading…
Reference in New Issue