We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a48e33 commit addcfaeCopy full SHA for addcfae
Optimizations/ConditionalElimination/ConditionalElimination.thy
@@ -17,10 +17,10 @@ if (A) {
17
\end{lstlisting}
18
19
We begin by defining the individual implication rules used by the phase
20
-in \secref{sec:rules}.
+in \ref{sec:rules}.
21
These rules are then lifted to the rewriting of a condition within an \textsl{if}
22
-statement in \secref{sec:lift}.
23
-The traversal algorithm used by the compiler is specified in \secref{sec:traversal}.
+statement in \ref{sec:lift}.
+The traversal algorithm used by the compiler is specified in \ref{sec:traversal}.
24
\<close>
25
26
theory ConditionalElimination
@@ -1437,4 +1437,4 @@ qed
1437
1438
end
1439
1440
-end
+end
0 commit comments