doc-src/TutorialI/Misc/document/let_rewr.tex
author oheimb
Fri, 21 Jul 2000 17:41:59 +0200
changeset 9398 0ee9b2819155
parent 9145 9f7b8de5bfaf
child 9458 c613cd06d5cf
permissions -rw-r--r--
removed safe_asm_full_simp_tac, added generic_simp_tac

\begin{isabelle}%
\isacommand{lemma}~{"}(let~xs~=~[]~in~xs@ys@xs)~=~ys{"}\isanewline
\isacommand{apply}(simp~add:~Let\_def)\isacommand{.}%
\begin{isamarkuptext}%
If, in a particular context, there is no danger of a combinatorial explosion
of nested \isa{let}s one could even add \isa{Let_def} permanently:%
\end{isamarkuptext}%
\isacommand{theorems}~[simp]~=~Let\_def\end{isabelle}%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "root"
%%% End: