src/HOL/Integ/IntArith.thy
author wenzelm
Tue, 23 Oct 2001 22:52:31 +0200
changeset 11908 82f68fd05094
parent 11868 56db9f3a6b3e
child 12023 d982f98e0f0d
permissions -rw-r--r--
eliminated old numerals;

theory IntArith = Bin
files ("int_arith1.ML") ("int_arith2.ML"):

use "int_arith1.ML"	setup int_arith_setup
use "int_arith2.ML"	lemmas [arith_split] = zabs_split
end