author | huffman |
Tue, 21 Feb 2012 11:08:05 +0100 | |
changeset 46561 | 092f4eca9848 |
parent 46560 | 8e252a608765 |
child 46562 | 26977429b784 |
child 46564 | daa915508f63 |
child 46568 | 6e57cd3d43fd |
--- a/src/HOL/Matrix/ComputeNumeral.thy Tue Feb 21 11:04:38 2012 +0100 +++ b/src/HOL/Matrix/ComputeNumeral.thy Tue Feb 21 11:08:05 2012 +0100 @@ -156,7 +156,7 @@ else apsnd uminus (posDivAlg (-a) (-b)))" by (auto simp only: divmod_int_def) -lemmas compute_div_mod = div_int_def mod_int_def divmod adjust posDivAlg.simps negDivAlg.simps +lemmas compute_div_mod = div_int_def mod_int_def divmod adjust apsnd_def map_pair_def posDivAlg.simps negDivAlg.simps