| author | wenzelm |
| Tue, 25 Jul 2000 00:01:46 +0200 | |
| changeset 9433 | ac20534ce4d1 |
| parent 8771 | 026f37a86ea7 |
| child 9458 | c613cd06d5cf |
| permissions | -rw-r--r-- |
(*<*) theory let_rewr = Main:; (*>*) lemma "(let xs = [] in xs@ys@xs) = ys"; apply(simp add: Let_def).; text{* 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: *} theorems [simp] = Let_def; (*<*) end (*>*)