Wed, 07 Feb 2007 17:30:53 +0100 berghofe Theorems for converting between wf and wfP are now declared
Wed, 07 Feb 2007 17:29:41 +0100 berghofe - Adapted to new inductive definition package
Wed, 07 Feb 2007 17:28:09 +0100 berghofe Adapted to new inductive definition package.
Wed, 07 Feb 2007 17:26:49 +0100 berghofe Adapted to changes in Transitive_Closure theory.
Wed, 07 Feb 2007 17:26:04 +0100 berghofe Added Predicate theory.
Wed, 07 Feb 2007 17:25:39 +0100 berghofe New theory for converting between predicates and sets.
Wed, 07 Feb 2007 13:05:28 +0100 bulwahn changes in lexicographic_order termination tactic
Wed, 07 Feb 2007 12:08:48 +0100 berghofe "prove" function now instantiates relation variable in order
Wed, 07 Feb 2007 12:05:54 +0100 berghofe Made untabify function tail recursive.
Tue, 06 Feb 2007 19:32:32 +0100 wenzelm tuned matches_subterm;
Tue, 06 Feb 2007 19:32:31 +0100 wenzelm trace/debug: avoid eager string concatenation;
Tue, 06 Feb 2007 18:02:28 +0100 wenzelm cc: removed option -lstdc++, which seems to be unnecessry, but causes problems on some platforms;
Tue, 06 Feb 2007 17:20:14 +0100 wenzelm pervasive exception Option;
Tue, 06 Feb 2007 17:06:44 +0100 wenzelm added has_kind/get_kind;
Tue, 06 Feb 2007 15:12:18 +0100 urbanc fixed two stupid bugs of SML to do with the value restriction and missing type
Tue, 06 Feb 2007 12:54:55 +0100 aspinall askids/qualified_thms_of_thy: version which returns names in domain of get_thm
Tue, 06 Feb 2007 11:40:53 +0100 haftmann added eta expansion to imperative monad bind
Tue, 06 Feb 2007 00:53:15 +0100 urbanc corrected typo introduced by me
Tue, 06 Feb 2007 00:43:23 +0100 urbanc now obsolete
Tue, 06 Feb 2007 00:41:54 +0100 urbanc moved the infrastructure from the nominal_tags file to nominal_thmdecls
Mon, 05 Feb 2007 15:55:32 +0100 krauss Exporting curried versions of tail recursive equations instead of internal ones
Mon, 05 Feb 2007 12:03:52 +0100 wenzelm proper use of NameSpace.is_qualified (avoids compatibility issues of the SML B library);
Sun, 04 Feb 2007 22:02:22 +0100 wenzelm removed non-modular comment;
Sun, 04 Feb 2007 22:02:21 +0100 wenzelm interpretation: attempt to be more serious about name_morphism;
Sun, 04 Feb 2007 22:02:20 +0100 wenzelm added full_naming;
Sun, 04 Feb 2007 22:02:19 +0100 wenzelm tuned oracle interface;
Sun, 04 Feb 2007 22:02:18 +0100 wenzelm added print_strings;
Sun, 04 Feb 2007 22:02:17 +0100 wenzelm old-fashioned abstype ctyp/cterm/thm prevents accidental equality tests;
Sun, 04 Feb 2007 22:02:16 +0100 wenzelm def_simproc(_i): tuned interface;
Sun, 04 Feb 2007 22:02:15 +0100 wenzelm added cterm interface;
Sun, 04 Feb 2007 22:02:14 +0100 wenzelm type simproc: explicitl dependency of morphism;
Sun, 04 Feb 2007 22:02:13 +0100 wenzelm load morphism.ML later;
Sat, 03 Feb 2007 23:42:55 +0100 urbanc added the two renaming functions from my PhD
Fri, 02 Feb 2007 17:16:16 +0100 urbanc added an infrastructure that allows the user to declare lemmas to be equivariance lemmas; the intention is to use these lemmas in automated tools but also can be employed by the user
Fri, 02 Feb 2007 15:47:58 +0100 nipkow a few additions and deletions
Thu, 01 Feb 2007 20:59:50 +0100 wenzelm tuned;
Thu, 01 Feb 2007 20:40:34 +0100 wenzelm proper use of PureThy.has_name_hint instead of hard-wired string'';
Thu, 01 Feb 2007 20:40:17 +0100 wenzelm removed non-modular comment;
Thu, 01 Feb 2007 13:41:19 +0100 paulson new theorem int_infinite
Wed, 31 Jan 2007 20:07:40 +0100 aspinall Fix tell_thm_deps to match changse in PureThy.
Wed, 31 Jan 2007 20:06:24 +0100 aspinall Expose hard-wired string which was changed and broke Proof General.
Wed, 31 Jan 2007 16:05:17 +0100 haftmann clarified error message
Wed, 31 Jan 2007 16:05:16 +0100 haftmann clarified command annotation
Wed, 31 Jan 2007 16:05:14 +0100 haftmann changed cong alist - now using AList operations instead of overwrite_warn
Wed, 31 Jan 2007 16:05:13 +0100 haftmann dropped Output.update_warn
Wed, 31 Jan 2007 16:05:12 +0100 haftmann print translation for record types with empty-sorted type variables raise Match instead of producing an error
Wed, 31 Jan 2007 16:05:10 +0100 haftmann dropped lemma duplicates in HOL.thy
Wed, 31 Jan 2007 14:03:31 +0100 paulson Tidying; more debugging information. New reference unwanted_types.
Tue, 30 Jan 2007 13:17:02 +0100 aspinall Tweak preferences for PGIP interfaces. Make <askids> return theory successors instead of parents (ideally should be content elements).
Tue, 30 Jan 2007 13:16:58 +0100 aspinall Add get_succs
Tue, 30 Jan 2007 13:14:41 +0100 aspinall Add operations on preference tables (remove, set_default).
Tue, 30 Jan 2007 08:21:23 +0100 haftmann adjusted to new codegen_funcgr interface
Tue, 30 Jan 2007 08:21:22 +0100 haftmann added interface for plugging in preprocessors
Tue, 30 Jan 2007 08:21:19 +0100 haftmann additional auxiliary here
Tue, 30 Jan 2007 08:21:18 +0100 haftmann whitespace tuning
Tue, 30 Jan 2007 08:21:17 +0100 haftmann dropped dead code
Tue, 30 Jan 2007 08:21:16 +0100 haftmann shifted import order
Tue, 30 Jan 2007 08:21:15 +0100 haftmann dropped whitespace
Tue, 30 Jan 2007 08:21:13 +0100 haftmann changed name of interpretation linorder to order
Mon, 29 Jan 2007 19:58:14 +0100 wenzelm proper simproc_setup;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip