src/ZF/arith_data.ML
changeset 13259 01fa0c8dbc92
parent 13155 dcbf6cb95534
child 13462 56610e2ba220
equal deleted inserted replaced
13258:8f394f266025 13259:01fa0c8dbc92
   216 		    "succ(m) #- n", "m #- succ(n)"],
   216 		    "succ(m) #- n", "m #- succ(n)"],
   217 	 DiffCancelNumerals.proc)];
   217 	 DiffCancelNumerals.proc)];
   218 
   218 
   219 end;
   219 end;
   220 
   220 
       
   221 (*Install the simprocs!*)
       
   222 Addsimprocs ArithData.nat_cancel;
       
   223 
       
   224 
   221 (*examples:
   225 (*examples:
   222 print_depth 22;
   226 print_depth 22;
   223 set timing;
   227 set timing;
   224 set trace_simp;
   228 set trace_simp;
   225 fun test s = (Goal s; by (Asm_simp_tac 1));
   229 fun test s = (Goal s; by (Asm_simp_tac 1));