Fri, 01 Nov 1996 18:28:19 +0100 |
paulson |
New version with simpler disambiguation in YM3,
|
changeset |
files
|
Fri, 01 Nov 1996 18:27:38 +0100 |
paulson |
New, purely illustrative result Crypt_synth_analz
|
changeset |
files
|
Fri, 01 Nov 1996 15:46:56 +0100 |
paulson |
Proof of antisym_less_lift now simpler and more robust
|
changeset |
files
|
Fri, 01 Nov 1996 15:45:50 +0100 |
paulson |
Now uses Int.max instead of max
|
changeset |
files
|
Fri, 01 Nov 1996 15:42:40 +0100 |
paulson |
Changes tabs found in .thy files to spaces
|
changeset |
files
|
Fri, 01 Nov 1996 15:41:09 +0100 |
paulson |
Replaced "sum" (only usage?) by foldl op+
|
changeset |
files
|
Fri, 01 Nov 1996 15:39:37 +0100 |
paulson |
Now uses Int.max instead of max
|
changeset |
files
|
Fri, 01 Nov 1996 15:37:30 +0100 |
paulson |
maxidx_of_typs replaces max o map maxidx_of_typ
|
changeset |
files
|
Fri, 01 Nov 1996 15:35:28 +0100 |
paulson |
Now uses Int.max instead of max
|
changeset |
files
|
Fri, 01 Nov 1996 15:32:03 +0100 |
paulson |
maxidx_of_typs replaces max o map maxidx_of_typ
|
changeset |
files
|
Fri, 01 Nov 1996 15:30:49 +0100 |
paulson |
asm_rewrite_goal_tac now calls SELECT_GOAL.
|
changeset |
files
|
Fri, 01 Nov 1996 15:25:21 +0100 |
paulson |
Replaced foldl nodup_TVars by nodup_TVars_list -- for a big speedup on Poly/ML
|
changeset |
files
|
Fri, 01 Nov 1996 15:15:39 +0100 |
paulson |
Replaced min by Int.min
|
changeset |
files
|
Fri, 01 Nov 1996 15:14:25 +0100 |
paulson |
Deleted Olist constructor. Replaced minidx by "above" function
|
changeset |
files
|
Fri, 01 Nov 1996 15:12:21 +0100 |
paulson |
Now defines structure Int
|
changeset |
files
|
Wed, 30 Oct 1996 11:21:24 +0100 |
paulson |
Changed some mem calls to mem_int for greater efficiency (not that it could matter)
|
changeset |
files
|
Wed, 30 Oct 1996 11:20:27 +0100 |
paulson |
Only calls nodup_Vars if really necessary. We get a speedup of nearly 6%
|
changeset |
files
|
Wed, 30 Oct 1996 11:19:09 +0100 |
paulson |
Changed some mem calls to mem_string for greater efficiency (not that it could matter)
|
changeset |
files
|
Wed, 30 Oct 1996 11:17:54 +0100 |
paulson |
Minor updates
|
changeset |
files
|
Wed, 30 Oct 1996 11:15:09 +0100 |
paulson |
Updated references
|
changeset |
files
|
Mon, 28 Oct 1996 15:59:39 +0100 |
paulson |
Minor corrections
|
changeset |
files
|
Mon, 28 Oct 1996 15:36:18 +0100 |
nipkow |
Renamed and shuffled a few thms.
|
changeset |
files
|
Mon, 28 Oct 1996 13:02:37 +0100 |
paulson |
Simplified proofs
|
changeset |
files
|
Mon, 28 Oct 1996 13:01:25 +0100 |
paulson |
Tidied up a big mess in UN_parts_sees_Says
|
changeset |
files
|
Mon, 28 Oct 1996 12:55:24 +0100 |
paulson |
Changing from the Reveal to the Oops rule
|
changeset |
files
|
Sun, 27 Oct 1996 13:47:02 +0100 |
nipkow |
Simplifid proofs.
|
changeset |
files
|
Fri, 25 Oct 1996 15:02:09 +0200 |
nipkow |
Added (? x. t=x) = True
|
changeset |
files
|
Thu, 24 Oct 1996 11:41:43 +0200 |
paulson |
Documents the use of negative arguments to choplev and prlev
|
changeset |
files
|
Thu, 24 Oct 1996 10:43:38 +0200 |
paulson |
Changed comment to illustrate use of pathname
|
changeset |
files
|
Thu, 24 Oct 1996 10:42:42 +0200 |
paulson |
Allowing negative levels (as offsets) in prlev and choplev
|
changeset |
files
|
Thu, 24 Oct 1996 10:38:35 +0200 |
paulson |
New Oops message, with Server as source to ensure
|
changeset |
files
|
Thu, 24 Oct 1996 10:36:29 +0200 |
paulson |
New theorem Crypt_Spy_analz_lost; improvements to spy_analz_tac; ex_strip_tac
|
changeset |
files
|
Thu, 24 Oct 1996 10:33:27 +0200 |
paulson |
Two new protocol variants
|
changeset |
files
|
Thu, 24 Oct 1996 10:31:17 +0200 |
paulson |
Moved ex_strip_tac to the common part
|
changeset |
files
|
Thu, 24 Oct 1996 10:30:43 +0200 |
paulson |
Removal of unused predicate isSpy
|
changeset |
files
|
Thu, 24 Oct 1996 10:30:17 +0200 |
paulson |
Handles pathnames in ISABELLECOMP
|
changeset |
files
|
Mon, 21 Oct 1996 11:37:21 +0200 |
paulson |
Mentions the possibility of pathnames in ISABELLECOMP;
|
changeset |
files
|
Mon, 21 Oct 1996 11:36:57 +0200 |
paulson |
Creates a bigger main window
|
changeset |
files
|
Mon, 21 Oct 1996 11:18:34 +0200 |
paulson |
ISABELLECOMP may now have a leading pathname
|
changeset |
files
|
Mon, 21 Oct 1996 09:51:18 +0200 |
nipkow |
Used trans_tac (see Provers/nat_transitive.ML) to automate arithmetic.
|
changeset |
files
|
Mon, 21 Oct 1996 09:50:50 +0200 |
nipkow |
Added trans_tac (see Provers/nat_transitive.ML)
|
changeset |
files
|
Mon, 21 Oct 1996 09:49:41 +0200 |
nipkow |
Solves simple arithmetic goals.
|
changeset |
files
|
Fri, 18 Oct 1996 12:54:19 +0200 |
paulson |
Subst as modified by Konrad Slind
|
changeset |
files
|
Fri, 18 Oct 1996 12:41:04 +0200 |
paulson |
Konrad Slind's TFL
|
changeset |
files
|
Fri, 18 Oct 1996 11:43:14 +0200 |
paulson |
New version of Yahalom, as recommended on p 259 of BAN paper
|
changeset |
files
|
Fri, 18 Oct 1996 11:42:41 +0200 |
paulson |
Addition of Reveal message
|
changeset |
files
|
Fri, 18 Oct 1996 11:42:17 +0200 |
paulson |
Deleted obsolete rewrites (they are now in HOL/simpdata)
|
changeset |
files
|
Fri, 18 Oct 1996 11:41:41 +0200 |
paulson |
Reveal -> Revl
|
changeset |
files
|
Fri, 18 Oct 1996 11:41:04 +0200 |
paulson |
The new proof of the lemma for new_nonces_not_seen is faster
|
changeset |
files
|
Fri, 18 Oct 1996 11:39:55 +0200 |
paulson |
Generaly tidying up
|
changeset |
files
|
Fri, 18 Oct 1996 11:39:10 +0200 |
paulson |
Important correction to comment
|
changeset |
files
|
Fri, 18 Oct 1996 11:38:17 +0200 |
paulson |
Replaced excluded_middle_tac by case_tac; tidied proofs
|
changeset |
files
|
Fri, 18 Oct 1996 11:37:19 +0200 |
paulson |
Tidied up the proof of A_trust_NS4
|
changeset |
files
|
Fri, 18 Oct 1996 11:33:02 +0200 |
paulson |
Replaced excluded_middle_tac by case_tac
|
changeset |
files
|
Fri, 18 Oct 1996 11:32:38 +0200 |
paulson |
Moving the CPUtimer declaration into cond_timeit should
|
changeset |
files
|
Fri, 18 Oct 1996 11:31:33 +0200 |
paulson |
Now checks that $LISTEN is set
|
changeset |
files
|
Wed, 16 Oct 1996 10:37:17 +0200 |
nipkow |
Defined pred using nat_case rather than nat_rec.
|
changeset |
files
|
Tue, 15 Oct 1996 16:40:04 +0200 |
oheimb |
corrected `correction` of o_assoc (of version 1.14),
|
changeset |
files
|
Tue, 15 Oct 1996 16:32:59 +0200 |
oheimb |
bound o_apply theorem to thy
|
changeset |
files
|
Tue, 15 Oct 1996 10:58:59 +0200 |
paulson |
Removed extraneous spaces from all Makefiles
|
changeset |
files
|