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.
berghofe [Mon, 22 Sep 2003 16:14:58 +0200] rev 14196
Added "del" attribute for deleting equations.
berghofe [Mon, 22 Sep 2003 16:06:05 +0200] rev 14195
Changed interface of add_attribute.
berghofe [Mon, 22 Sep 2003 16:04:49 +0200] rev 14194
Improved efficiency of code generated for functions int and nat.
berghofe [Mon, 22 Sep 2003 16:02:51 +0200] rev 14193
Improved efficiency of code generated for + and -
berghofe [Mon, 22 Sep 2003 16:01:36 +0200] rev 14192
Improved efficiency of code generated for < predicate on natural numbers.
nipkow [Mon, 15 Sep 2003 17:15:00 +0200] rev 14191
Mod due to new thm in Map.
skalberg [Mon, 15 Sep 2003 14:00:43 +0200] rev 14190
Fixed blunder in the setup of the classical reasoner wrt. the constant
"curry".
skalberg [Mon, 15 Sep 2003 12:27:13 +0200] rev 14189
Added the constant "curry".
nipkow [Mon, 15 Sep 2003 12:16:34 +0200] rev 14188
*** empty log message ***
nipkow [Sun, 14 Sep 2003 17:53:27 +0200] rev 14187
Added new theorems
nipkow [Thu, 11 Sep 2003 22:33:12 +0200] rev 14186
Added a number of thms about map restriction.
berghofe [Thu, 04 Sep 2003 19:39:52 +0200] rev 14185
Tried to make parser a bit more standard-conforming.
berghofe [Thu, 04 Sep 2003 16:04:15 +0200] rev 14184
Changed no_vars such that it outputs list of illegal schematic variables.
paulson [Thu, 04 Sep 2003 11:16:19 +0200] rev 14183
quantifier symbols
paulson [Thu, 04 Sep 2003 11:15:53 +0200] rev 14182
conversion of HOL/Auth/KerberosIV to new-style theory
paulson [Thu, 04 Sep 2003 11:08:24 +0200] rev 14181
new, separate specifications
nipkow [Wed, 03 Sep 2003 18:20:57 +0200] rev 14180
Introduced new syntax for maplets x |-> y
paulson [Mon, 01 Sep 2003 15:07:43 +0200] rev 14179
Corrections due to John Matthews
skalberg [Sun, 31 Aug 2003 21:27:58 +0200] rev 14178
Makes interactive proof scripting recognize the show_all_types flag.
skalberg [Sun, 31 Aug 2003 21:24:29 +0200] rev 14177
Added 'ambiguity_is_error' flag, which, if set, makes the parser fail,
rather than just issue a warning, when the input parsed is ambiguous.
skalberg [Fri, 29 Aug 2003 18:39:47 +0200] rev 14176
Added show_all_types flag, such that all type information in the term
is made explicit.
ballarin [Fri, 29 Aug 2003 15:40:11 +0200] rev 14175
Method rule_tac understands Isar contexts: documentation.
ballarin [Fri, 29 Aug 2003 15:19:02 +0200] rev 14174
Methods rule_tac etc support static (Isar) contexts.
skalberg [Fri, 29 Aug 2003 13:18:45 +0200] rev 14173
Removed the extended digits again.
skalberg [Thu, 28 Aug 2003 02:00:16 +0200] rev 14172
Fixed typos.
skalberg [Thu, 28 Aug 2003 01:56:40 +0200] rev 14171
Extended the notion of letter and digit, such that now one may use greek,
gothic, euler, or calligraphic letters as normal letters.
skalberg [Wed, 27 Aug 2003 18:22:34 +0200] rev 14170
Added skalberg to recepients, changed admin from kleing to berghofe.
skalberg [Wed, 27 Aug 2003 18:13:59 +0200] rev 14169
Converted to new style theories.
skalberg [Wed, 27 Aug 2003 18:13:39 +0200] rev 14168
Prepared for extended identifiers (\<alpha>, etc.)
skalberg [Wed, 27 Aug 2003 10:11:30 +0200] rev 14167
Improved the error messages (slightly).
skalberg [Tue, 26 Aug 2003 19:33:35 +0200] rev 14166
Cleaned up the code.
skalberg [Tue, 26 Aug 2003 19:33:04 +0200] rev 14165
New specification syntax added (the specification may be split over
several properties).
skalberg [Tue, 26 Aug 2003 18:49:17 +0200] rev 14164
Allowed for splitting the specification over several lemmas.
berghofe [Fri, 22 Aug 2003 11:51:42 +0200] rev 14163
Improved handling of modes for equality predicate, to avoid ill-typed
ML code due to comparisons between elements of function types.
berghofe [Thu, 21 Aug 2003 16:20:45 +0200] rev 14162
Fixed problem with "code ind" attribute that caused code generator to
fail for mutually recursive predicates.
berghofe [Thu, 21 Aug 2003 16:18:43 +0200] rev 14161
Added function strong_conn for computing the strongly connected components
of the graph.