src/HOL/Integ/IntArith.thy
author paulson
Mon, 05 Mar 2001 15:25:11 +0100
changeset 11193 851c90b23a9e
parent 10574 8f98f0301d67
child 11868 56db9f3a6b3e
permissions -rw-r--r--
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp

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