2006-09-14 |
huffman |
fixed syntax clash with Real/RealVector
|
changeset |
files
|
2006-09-14 |
wenzelm |
*** empty log message ***
|
changeset |
files
|
2006-09-14 |
krauss |
Function package: Outside their domain functions now return "arbitrary".
|
changeset |
files
|
2006-09-14 |
krauss |
updated makefile
|
changeset |
files
|
2006-09-14 |
krauss |
Fixed Subscript Exception occurring with Higher-Order recursion
|
changeset |
files
|
2006-09-14 |
huffman |
remove conflicting norm syntax
|
changeset |
files
|
2006-09-13 |
wenzelm |
made SML/NJ happy;
|
changeset |
files
|
2006-09-13 |
wenzelm |
added exists_type;
|
changeset |
files
|
2006-09-13 |
wenzelm |
renamed NameSpace.drop_base to NameSpace.qualifier;
|
changeset |
files
|
2006-09-13 |
krauss |
Updated keyword file
|
changeset |
files
|
2006-09-13 |
krauss |
Removed debugging code imports...
|
changeset |
files
|
2006-09-13 |
paulson |
Added the "theory_const" option. Only it is OFF because it's often harmful!
|
changeset |
files
|
2006-09-13 |
paulson |
Extended the blacklist with higher-order theorems. Restructured. Added checks to
|
changeset |
files
|
2006-09-13 |
paulson |
bug fix to abstractions: free variables in theorem can be abstracted over.
|
changeset |
files
|
2006-09-13 |
paulson |
Tweaks to is_fol_term, the first-order test. We don't count "=" as a connective
|
changeset |
files
|
2006-09-13 |
krauss |
Major update to function package, including new syntax and the (only theoretical)
|
changeset |
files
|
2006-09-12 |
huffman |
added instance rat :: recpower
|
changeset |
files
|
2006-09-12 |
wenzelm |
more on theorems;
|
changeset |
files
|
2006-09-12 |
wenzelm |
tuned;
|
changeset |
files
|
2006-09-12 |
wenzelm |
more on terms;
|
changeset |
files
|
2006-09-12 |
wenzelm |
no_syntax norm -- clash with Real/RealVector.thy;
|
changeset |
files
|
2006-09-12 |
huffman |
simplify some proofs, remove obsolete realpow_divide
|
changeset |
files
|
2006-09-12 |
huffman |
realpow_divide -> power_divide
|
changeset |
files
|
2006-09-12 |
huffman |
remove extra dependency
|
changeset |
files
|
2006-09-12 |
wenzelm |
more on terms;
|
changeset |
files
|
2006-09-12 |
wenzelm |
Efficient term substitution -- avoids copying.
|
changeset |
files
|
2006-09-12 |
wenzelm |
ctyp: maintain maxidx;
|
changeset |
files
|
2006-09-12 |
wenzelm |
removed obsolete aconvs (use eq_list aconv);
|
changeset |
files
|
2006-09-12 |
wenzelm |
tuned eq_list;
|
changeset |
files
|
2006-09-12 |
wenzelm |
moved term subst functions to TermSubst;
|
changeset |
files
|
2006-09-12 |
wenzelm |
intr/elim: use constant complexity thanks to tuned Thm.instantiate/implies_elim;
|
changeset |
files
|
2006-09-12 |
wenzelm |
added Pure/term_subst.ML;
|
changeset |
files
|
2006-09-12 |
wenzelm |
added Gentzen:1935;
|
changeset |
files
|
2006-09-12 |
huffman |
import RealVector
|
changeset |
files
|
2006-09-12 |
huffman |
formalization of vector spaces and algebras over the real numbers
|
changeset |
files
|
2006-09-11 |
wenzelm |
induct method: renamed 'fixing' to 'arbitrary';
|
changeset |
files
|
2006-09-11 |
wenzelm |
updated;
|
changeset |
files
|
2006-09-11 |
wenzelm |
more rules;
|
changeset |
files
|
2006-09-11 |
haftmann |
hid succ, pred in Numeral.thy
|
changeset |
files
|
2006-09-11 |
wenzelm |
updated;
|
changeset |
files
|
2006-09-11 |
wenzelm |
more rules;
|
changeset |
files
|
2006-09-11 |
wenzelm |
tuned;
|
changeset |
files
|
2006-09-10 |
huffman |
added axclass division_ring (like field without commutativity; includes e.g. quaternions) and generalized some theorems from field to division_ring
|
changeset |
files
|
2006-09-09 |
huffman |
cleaned up
|
changeset |
files
|
2006-09-08 |
wenzelm |
tuned;
|
changeset |
files
|
2006-09-08 |
wenzelm |
tuned;
|
changeset |
files
|
2006-09-08 |
haftmann |
changed order of type classes and axclasses
|
changeset |
files
|
2006-09-07 |
wenzelm |
tuned;
|
changeset |
files
|
2006-09-07 |
wenzelm |
updated;
|
changeset |
files
|
2006-09-07 |
wenzelm |
tentative appendix C;
|
changeset |
files
|
2006-09-07 |
wenzelm |
tuned;
|
changeset |
files
|
2006-09-06 |
wenzelm |
read_instantiate: declare names of TVars as well (temporary workaround for no-freeze feature of type inference);
|
changeset |
files
|
2006-09-06 |
webertj |
rawsat_thm: mk_conjunction_list replaced by Conjunction.mk_conjunction_list
|
changeset |
files
|
2006-09-06 |
haftmann |
got rid of Numeral.bin type
|
changeset |
files
|
2006-09-06 |
haftmann |
now using TypecopyPackage
|
changeset |
files
|
2006-09-06 |
haftmann |
TypedefPackage.add_typedef_* now yields name of introduced type constructor
|
changeset |
files
|
2006-09-05 |
wenzelm |
added Barendregt-Geuvers:2001;
|
changeset |
files
|
2006-09-05 |
wenzelm |
updated;
|
changeset |
files
|
2006-09-05 |
wenzelm |
more on types and type classes;
|
changeset |
files
|
2006-09-05 |
wenzelm |
tuned;
|
changeset |
files
|