History log of /seL4-l4v-master/isabelle/src/Provers/Arith/cancel_numeral_factor.ML
Revision Date Author Comments
# 294413f4 13-Aug-2019 wenzelm <none@none>

tuned;


# e3aa1038 04-Jun-2019 wenzelm <none@none>

tuned;


# cb36e51e 04-Jun-2019 wenzelm <none@none>

proper context;


# e0a30cbb 09-Sep-2015 wenzelm <none@none>

simplified simproc programming interfaces;


# 7f7de75b 18-Jul-2015 wenzelm <none@none>

prefer tactics with explicit context;


# eeb00f20 11-Feb-2015 wenzelm <none@none>

proper context;
tuned whitespace;


# 0928b2db 18-Apr-2013 wenzelm <none@none>

simplifier uses proper Proof.context instead of historic type simpset;


# 527a4060 17-Sep-2011 haftmann <none@none>

dropped unused argument – avoids problem with SML/NJ


# a9de3adb 29-Jun-2011 wenzelm <none@none>

tuned signature;


# 458a4961 13-Mar-2010 wenzelm <none@none>

removed old CVS Ids;
tuned headers;


# 2a4bde03 18-Sep-2007 wenzelm <none@none>

simplified type int (eliminated IntInf.int, integer);


# b8d20a4a 05-Jun-2007 haftmann <none@none>

tuned integers


# 99f1dcf9 12-Jul-2006 wenzelm <none@none>

prove_conv: Variable.import_terms instead of Term.addhoc_freeze_vars;
tuned;


# cfdc1311 07-Jul-2006 wenzelm <none@none>

simprocs: no theory argument -- use simpset context instead;


# 678cd7d2 01-Aug-2005 wenzelm <none@none>

simprocs: Simplifier.inherit_bounds;


# f2340401 16-May-2005 paulson <none@none>

Use of IntInf.int instead of int in most numeric simprocs; avoids
integer overflow in SML/NJ


# eee46a1e 02-Mar-2005 skalberg <none@none>

Move towards standard functions.


# 3dffd254 13-Feb-2005 skalberg <none@none>

Deleted Library.option type.


# 69fd4979 08-Jul-2004 wenzelm <none@none>

adapted type of simprocs;


# d5d4b801 08-Aug-2002 wenzelm <none@none>

adhoc_freeze_vars;


# 7a95d61e 13-Dec-2000 paulson <none@none>

tries harder to remove negative literals, e.g.
-2*x = 0 goes to x=0 rather than -x=0.


# 6a8c2ecb 29-Nov-2000 paulson <none@none>

simproc for cancelling common factors around = < <= div /