Fri, 02 Mar 2007 15:43:24 +0100 |
haftmann |
simplified code generator setup
|
changeset |
files
|
Fri, 02 Mar 2007 15:43:23 +0100 |
haftmann |
tuned code theorems
|
changeset |
files
|
Fri, 02 Mar 2007 15:43:22 +0100 |
haftmann |
added add_numerals_of
|
changeset |
files
|
Fri, 02 Mar 2007 15:43:21 +0100 |
haftmann |
now using "class"
|
changeset |
files
|
Fri, 02 Mar 2007 15:43:20 +0100 |
haftmann |
using "fst" "snd" for Haskell code
|
changeset |
files
|
Fri, 02 Mar 2007 15:43:19 +0100 |
haftmann |
added code theorems for UNIV
|
changeset |
files
|
Fri, 02 Mar 2007 15:43:18 +0100 |
haftmann |
adjusted to latest changes
|
changeset |
files
|
Fri, 02 Mar 2007 15:43:17 +0100 |
haftmann |
new code theorems
|
changeset |
files
|
Fri, 02 Mar 2007 15:43:16 +0100 |
haftmann |
syntax for "class attach const"
|
changeset |
files
|
Fri, 02 Mar 2007 15:43:15 +0100 |
haftmann |
prefix of class interpretation not mandatory any longer
|
changeset |
files
|
Fri, 02 Mar 2007 12:38:58 +0100 |
paulson |
Meson.is_fol_term now takes a theory as argument. Minor tidying.
|
changeset |
files
|
Fri, 02 Mar 2007 12:37:34 +0100 |
paulson |
New code to store theorem names in a concise form rather than as fully-qualified.
|
changeset |
files
|
Fri, 02 Mar 2007 12:35:20 +0100 |
paulson |
The first-order test now tests for the obscure case of a polymorphic constant like 1 being
|
changeset |
files
|
Wed, 28 Feb 2007 22:05:46 +0100 |
wenzelm |
abbrev: be permissive after transformation;
|
changeset |
files
|
Wed, 28 Feb 2007 22:05:44 +0100 |
wenzelm |
exported get_ss, map_ss;
|
changeset |
files
|
Wed, 28 Feb 2007 22:05:43 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Wed, 28 Feb 2007 22:05:43 +0100 |
wenzelm |
tuned ML setup;
|
changeset |
files
|
Wed, 28 Feb 2007 22:05:41 +0100 |
wenzelm |
added @{const_name}, @{const_syntax};
|
changeset |
files
|
Wed, 28 Feb 2007 16:35:00 +0100 |
krauss |
more cleanup
|
changeset |
files
|
Wed, 28 Feb 2007 14:46:21 +0100 |
aspinall |
Add closeblock/openblock structure to proof-block commands
|
changeset |
files
|
Wed, 28 Feb 2007 13:33:10 +0100 |
paulson |
Updated success string for Vampire.
|
changeset |
files
|
Wed, 28 Feb 2007 12:51:46 +0100 |
paulson |
Now outputs metis calls
|
changeset |
files
|
Wed, 28 Feb 2007 11:12:12 +0100 |
krauss |
added headers
|
changeset |
files
|
Wed, 28 Feb 2007 10:36:10 +0100 |
krauss |
cleanup, fixing sml/nj related problems
|
changeset |
files
|
Wed, 28 Feb 2007 00:22:26 +0100 |
wenzelm |
gensym: removed bits of dead code;
|
changeset |
files
|
Tue, 27 Feb 2007 11:10:35 +0100 |
paulson |
gensym no longer includes ' or _ in names (trailing _ is bad)
|
changeset |
files
|
Tue, 27 Feb 2007 00:33:49 +0100 |
wenzelm |
tuned document;
|
changeset |
files
|
Tue, 27 Feb 2007 00:32:52 +0100 |
wenzelm |
\usepackage{amssymb};
|
changeset |
files
|
Mon, 26 Feb 2007 23:18:30 +0100 |
wenzelm |
moved some non-kernel material to more_thm.ML;
|
changeset |
files
|
Mon, 26 Feb 2007 23:18:29 +0100 |
wenzelm |
removed obsolete eq_set;
|
changeset |
files
|
Mon, 26 Feb 2007 23:18:28 +0100 |
wenzelm |
Thm.internalK;
|
changeset |
files
|
Mon, 26 Feb 2007 23:18:27 +0100 |
wenzelm |
Further operations on type thm, outside the inference kernel.
|
changeset |
files
|
Mon, 26 Feb 2007 23:18:26 +0100 |
wenzelm |
added more_thm.ML;
|
changeset |
files
|
Mon, 26 Feb 2007 23:18:24 +0100 |
wenzelm |
moved eq_thm etc. to structure Thm in Pure/more_thm.ML;
|
changeset |
files
|
Mon, 26 Feb 2007 21:34:16 +0100 |
krauss |
Added formalization of size-change principle (experimental).
|
changeset |
files
|
Mon, 26 Feb 2007 20:14:52 +0100 |
wenzelm |
added theorems_of;
|
changeset |
files
|
Mon, 26 Feb 2007 20:14:47 +0100 |
wenzelm |
removed obsolete theorem_space;
|
changeset |
files
|
Mon, 26 Feb 2007 15:08:37 +0100 |
krauss |
Added lemma lfp_const: "lfp (%x. t) = t
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:28 +0100 |
haftmann |
exported serializer parsers
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:27 +0100 |
haftmann |
proper treatment of -> as type constructor
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:26 +0100 |
haftmann |
tuned
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:25 +0100 |
haftmann |
add_path for naming in proof contexts
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:24 +0100 |
haftmann |
locale: add_locale accepts explicit predicate name, interpretation supports non-mandatory prefixes
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:23 +0100 |
haftmann |
slightly tuned
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:22 +0100 |
haftmann |
slight cleanup
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:21 +0100 |
haftmann |
adjusted code lemmas
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:20 +0100 |
haftmann |
continued
|
changeset |
files
|
Fri, 23 Feb 2007 08:39:19 +0100 |
haftmann |
dropped diagnostic switch
|
changeset |
files
|
Thu, 22 Feb 2007 10:25:14 +0100 |
paulson |
Improved handling of situation when theorem in cache disagrees with theorem supplied: new clauses
|
changeset |
files
|
Wed, 21 Feb 2007 13:51:12 +0100 |
krauss |
Fixed print translations for quantifiers a la "ALL x>=t. P x". These used
|
changeset |
files
|
Wed, 21 Feb 2007 02:30:06 +0100 |
kleing |
prevent quadratic time removal of duplicates if filter list is empty (likely to have too many results)
|
changeset |
files
|
Tue, 20 Feb 2007 00:53:18 +0100 |
kleing |
added missing \
|
changeset |
files
|
Tue, 20 Feb 2007 00:23:58 +0100 |
kleing |
updated docs with new with_dups syntax for find_theorems
|
changeset |
files
|
Tue, 20 Feb 2007 00:14:33 +0100 |
kleing |
Remove duplicates from printed theorems in find_theorems
|
changeset |
files
|
Mon, 19 Feb 2007 16:44:08 +0100 |
schirmer |
more precise error message in parameter unification
|
changeset |
files
|
Sat, 17 Feb 2007 18:01:22 +0100 |
aspinall |
Updated
|
changeset |
files
|
Sat, 17 Feb 2007 18:00:59 +0100 |
aspinall |
Fix <pgipquit>. Remove unused pgmlatomsN. Make showid match askids. Use string functions for showid, avoiding printwrap kludge.
|
changeset |
files
|
Sat, 17 Feb 2007 17:22:53 +0100 |
aspinall |
<idvalue>: add name attribute to allow unsolicited updates.
|
changeset |
files
|
Sat, 17 Feb 2007 17:19:59 +0100 |
aspinall |
pretty_full_theory: expose in signature.
|
changeset |
files
|
Sat, 17 Feb 2007 17:18:47 +0100 |
aspinall |
Clarify comment
|
changeset |
files
|