paulson [Wed, 12 Nov 2003 10:58:23 +0100] rev 14256
tidied
schirmer [Thu, 06 Nov 2003 20:45:02 +0100] rev 14255
Records:
- Record types are now by default printed with their type abbreviation
instead of the list of all field types. This can be configured via
the reference "print_record_type_abbr".
- Simproc "record_upd_simproc" for simplification of multiple updates
added (not enabled by default).
- Tactic "record_split_simp_tac" to split and simplify records added.
- Bug-fix and optimisation of "record_simproc".
- "record_simproc" and "record_upd_simproc" are now sensitive to
quick_and_dirty flag.
ballarin [Thu, 06 Nov 2003 14:18:05 +0100] rev 14254
Isar/Locales: <loc>.intro and <loc>.axioms no longer intro? and elim? by
default.
kleing [Fri, 31 Oct 2003 06:54:22 +0100] rev 14253
fixed
kleing [Fri, 31 Oct 2003 06:52:43 +0100] rev 14252
set isatool usedir to verbose by default
paulson [Thu, 30 Oct 2003 16:21:50 +0100] rev 14251
Got rid of the structure "Int", which was obsolete and which obscured the
eponymous Basis Library structure
berghofe [Wed, 29 Oct 2003 19:18:15 +0100] rev 14250
Inserted additional checks in functions dest_prem and add_prod_factors, to
allow side conditions of the form "x : S", where S is not an inductive set.
paulson [Wed, 29 Oct 2003 16:16:20 +0100] rev 14249
tidying
berghofe [Wed, 29 Oct 2003 11:50:26 +0100] rev 14248
Tuned proof of choice_eq.
nipkow [Wed, 29 Oct 2003 01:17:06 +0100] rev 14247
*** empty log message ***
kleing [Fri, 24 Oct 2003 01:44:12 +0200] rev 14246
added sydney unsw mirror. contact: me (gerwin.klein@nicta.com.au)
paulson [Wed, 22 Oct 2003 10:53:12 +0200] rev 14245
auto update
paulson [Wed, 22 Oct 2003 10:52:36 +0200] rev 14244
InductiveInvariant_examples illustrates advanced recursive function definitions
paulson [Wed, 22 Oct 2003 10:51:30 +0200] rev 14243
recursion
skalberg [Tue, 21 Oct 2003 11:09:23 +0200] rev 14242
Added access to the mk_rews field (and friends).
paulson [Fri, 17 Oct 2003 11:04:36 +0200] rev 14241
Prevent recdef from looping when the inductio rule is simplified
paulson [Fri, 17 Oct 2003 11:03:48 +0200] rev 14240
improved tracing
paulson [Thu, 16 Oct 2003 12:13:43 +0200] rev 14239
partial conversion to Isar scripts
paulson [Thu, 16 Oct 2003 10:32:36 +0200] rev 14238
improved presentation
paulson [Thu, 16 Oct 2003 10:32:06 +0200] rev 14237
line-breaks; rewording
paulson [Thu, 16 Oct 2003 10:31:40 +0200] rev 14236
partial conversion to Isar scripts
berghofe [Wed, 15 Oct 2003 11:02:28 +0200] rev 14235
Fixed bug in mk_ind_def that caused the inductive definition package to
crash in cases where the declaration of a constant and its definition
were located in different theory files.
kleing [Wed, 15 Oct 2003 07:03:43 +0200] rev 14234
use \<^isub> and \<^isup> in identifiers instead of just \<^sub> (avoid
conflict with locale subscript syntax)
kleing [Wed, 15 Oct 2003 01:58:41 +0200] rev 14233
allow \<^sub> in identifiers
kleing [Wed, 15 Oct 2003 01:52:47 +0200] rev 14232
included \<^sub> in the range of identifier chars
skalberg [Mon, 13 Oct 2003 16:54:20 +0200] rev 14231
Fixed spelling error.
berghofe [Fri, 10 Oct 2003 19:34:28 +0200] rev 14230
Added overview page.
berghofe [Fri, 10 Oct 2003 19:32:15 +0200] rev 14229
Munich webserver is now atbroy1
paulson [Fri, 10 Oct 2003 17:39:33 +0200] rev 14228
trivial
paulson [Fri, 10 Oct 2003 17:39:23 +0200] rev 14227
finalconsts
skalberg [Fri, 10 Oct 2003 12:12:35 +0200] rev 14226
Made judgments automatically declared final.
paulson [Fri, 10 Oct 2003 11:13:29 +0200] rev 14225
better presentation
skalberg [Thu, 09 Oct 2003 18:20:14 +0200] rev 14224
Added info on the new 'finalconsts' command.
skalberg [Thu, 09 Oct 2003 18:13:32 +0200] rev 14223
Added support for making constants final, that is, ensuring that no
definition can be given later (useful for constants whose behaviour is
fixed axiomatically rather than definitionally).
skalberg [Wed, 08 Oct 2003 16:02:54 +0200] rev 14222
Added axiomatic specifications (ax_specification).
paulson [Wed, 08 Oct 2003 15:58:15 +0200] rev 14221
now accepts DOS and Mac line breaks
paulson [Wed, 08 Oct 2003 15:57:41 +0200] rev 14220
Merging of ex/cla.ML and ex/mesontest.ML to ex/Classical.thy
paulson [Fri, 03 Oct 2003 12:36:16 +0200] rev 14219
added a comment
paulson [Thu, 02 Oct 2003 10:57:04 +0200] rev 14218
removal of junk and improvement of the document
berghofe [Wed, 01 Oct 2003 11:02:36 +0200] rev 14217
Fixed inefficiency in post_definition by adding weak case congruence
rules to simpset.
ballarin [Tue, 30 Sep 2003 17:05:50 +0200] rev 14216
Removed garbage accidentally left behind in file.
ballarin [Tue, 30 Sep 2003 15:13:02 +0200] rev 14215
Improvements to Isar/Locales: premises generated by "includes" elements
changed. Bugfix "unify_frozen".
ballarin [Tue, 30 Sep 2003 15:10:59 +0200] rev 14214
Improvements to Isar/Locales: premises generated by "includes" elements
changed.
ballarin [Tue, 30 Sep 2003 15:10:26 +0200] rev 14213
Changed order of prems in finprod_cong. Slight speedup.
ballarin [Tue, 30 Sep 2003 15:09:35 +0200] rev 14212
Improvements wrt rule_tac.
ballarin [Tue, 30 Sep 2003 15:07:38 +0200] rev 14211
Improvements to Isar/Locales: premises generated by "includes" elements
changed. Bugfix "unify_frozen".
paulson [Fri, 26 Sep 2003 11:08:18 +0200] rev 14210
new reference
paulson [Fri, 26 Sep 2003 11:04:21 +0200] rev 14209
tweak
paulson [Fri, 26 Sep 2003 10:34:57 +0200] rev 14208
misc tidying
paulson [Fri, 26 Sep 2003 10:34:28 +0200] rev 14207
Conversion of all main protocols from "Shared" to "Public".
Removal of Key_supply_ax: modifications to possibility theorems.
Improved presentation.
paulson [Fri, 26 Sep 2003 10:32:26 +0200] rev 14206
Tidying of SET's "possibility theorems" (removal of Key_supply_ax)
paulson [Wed, 24 Sep 2003 10:44:41 +0200] rev 14205
new example for the Isar version of the ZF manual
skalberg [Tue, 23 Sep 2003 20:37:45 +0200] rev 14204
Fixed soundness bug.
paulson [Tue, 23 Sep 2003 15:49:17 +0200] rev 14203
conversion of NSP_Bad to Isar script
paulson [Tue, 23 Sep 2003 15:44:25 +0200] rev 14202
case_tac tweak
paulson [Tue, 23 Sep 2003 15:42:01 +0200] rev 14201
some basic new lemmas
paulson [Tue, 23 Sep 2003 15:41:33 +0200] rev 14200
Removal of the Key_supply axiom (affects many possbility proofs) and minor
changes
paulson [Tue, 23 Sep 2003 15:40:27 +0200] rev 14199
new session HOL-SET-Protocol
berghofe [Mon, 22 Sep 2003 16:19:46 +0200] rev 14198
Modified merge_aux to prevent newer names from getting overwritten
by older names.
berghofe [Mon, 22 Sep 2003 16:16:03 +0200] rev 14197
add_attribute now takes parser as argument.