Skip to content

Commit addcfae

Browse files
committed
Change some secref crossrefs to just ref to avoid latex errors
1 parent 1a48e33 commit addcfae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Optimizations/ConditionalElimination/ConditionalElimination.thy

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ if (A) {
1717
\end{lstlisting}
1818
1919
We begin by defining the individual implication rules used by the phase
20-
in \secref{sec:rules}.
20+
in \ref{sec:rules}.
2121
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}.
22+
statement in \ref{sec:lift}.
23+
The traversal algorithm used by the compiler is specified in \ref{sec:traversal}.
2424
\<close>
2525

2626
theory ConditionalElimination
@@ -1437,4 +1437,4 @@ qed
14371437

14381438
end
14391439

1440-
end
1440+
end

0 commit comments

Comments
 (0)