src/HOL/Integ/IntArith.thy
author wenzelm
Tue, 30 Oct 2001 13:43:26 +0100
changeset 11982 65e2822d83dd
parent 11868 56db9f3a6b3e
child 12023 d982f98e0f0d
permissions -rw-r--r--
lemma Least_mono moved from Typedef.thy to Set.thy;

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