src/ZF/arith_data.ML
changeset 54388 8b165615ffe3
parent 51717 9e7d1c139569
child 58838 59203adfc33f
equal deleted inserted replaced
54387:890e983cb07b 54388:8b165615ffe3
   219       "succ(m) #- n", "m #- succ(n)"],
   219       "succ(m) #- n", "m #- succ(n)"],
   220      DiffCancelNumerals.proc)];
   220      DiffCancelNumerals.proc)];
   221 
   221 
   222 end;
   222 end;
   223 
   223 
   224 Addsimprocs ArithData.nat_cancel;
   224 val _ =
       
   225   Theory.setup (Simplifier.map_theory_simpset (fn ctxt =>
       
   226     ctxt addsimprocs ArithData.nat_cancel));
   225 
   227 
   226 
   228 
   227 (*examples:
   229 (*examples:
   228 print_depth 22;
   230 print_depth 22;
   229 set timing;
   231 set timing;