wenzelm [Mon, 29 Jun 1998 10:32:06 +0200] rev 5090
use_text: verbose flag;
paulson [Fri, 26 Jun 1998 15:16:14 +0200] rev 5089
New rewrite unit_abs_eta_conv to compensate for unit_eq_proc
paulson [Fri, 26 Jun 1998 15:10:40 +0200] rev 5088
New rewrite unit_abs_eta_conv to compensate for unit_eq_proc
wenzelm [Thu, 25 Jun 1998 16:28:41 +0200] rev 5087
fixed unit_eq;
wenzelm [Thu, 25 Jun 1998 16:13:20 +0200] rev 5086
delsimprocs [unit_eq_proc];
wenzelm [Thu, 25 Jun 1998 16:12:02 +0200] rev 5085
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
quote / antiquote translations;
wenzelm [Thu, 25 Jun 1998 15:37:36 +0200] rev 5084
tuned loose bound vars check;
added quote_antiquote_tr(');
wenzelm [Thu, 25 Jun 1998 15:34:17 +0200] rev 5083
added unit_eq simplification procedure;
wenzelm [Thu, 25 Jun 1998 15:33:30 +0200] rev 5082
added XX_YY_rewrite: simpset -> cterm -> thm;
wenzelm [Thu, 25 Jun 1998 15:32:41 +0200] rev 5081
Thm.rewrite_cterm;
wenzelm [Thu, 25 Jun 1998 15:22:05 +0200] rev 5080
defaults for free variables hide consts of same name;
wenzelm [Thu, 25 Jun 1998 15:20:59 +0200] rev 5079
added rewrite_cterm;
paulson [Thu, 25 Jun 1998 13:57:34 +0200] rev 5078
Installation of target HOL-Real
nipkow [Wed, 24 Jun 1998 13:59:45 +0200] rev 5077
* HOL/List: new function list_update written xs[i:=v] that updates the i-th
list position. May also be iterated as in xs[i:=a,j:=b,...].
paulson [Wed, 24 Jun 1998 11:24:52 +0200] rev 5076
Ran isatool fixgoal
paulson [Wed, 24 Jun 1998 10:33:42 +0200] rev 5075
removed duplicate entry for Goal
paulson [Wed, 24 Jun 1998 10:30:29 +0200] rev 5074
Trivial change to be more like paper
paulson [Wed, 24 Jun 1998 10:29:46 +0200] rev 5073
Tidying; renaming of Says_Server_message_form to
Says_Server_not_range; removal of junk from analz_spies_tac;
removal of B~:bad premise from no_nonce_YM1_YM2
nipkow [Tue, 23 Jun 1998 18:09:16 +0200] rev 5072
*** empty log message ***
nipkow [Tue, 23 Jun 1998 18:07:45 +0200] rev 5071
Consequences of the change from [ := ] to ( := ) in theory Update.
nipkow [Tue, 23 Jun 1998 18:06:50 +0200] rev 5070
Replaced [ := ] syntax by ( := ).
Also allows ( := , := , ...) now.
wenzelm [Mon, 22 Jun 1998 17:26:46 +0200] rev 5069
isatool fixgoal;
wenzelm [Mon, 22 Jun 1998 17:13:09 +0200] rev 5068
isatool fixgoal;
wenzelm [Mon, 22 Jun 1998 17:12:27 +0200] rev 5067
isatool fixgoal;
paulson [Mon, 22 Jun 1998 15:53:24 +0200] rev 5066
Changed format of Bob's certificate from Nb,K,A to A,B,K,Nb.
The former format was just a hack to invoke type distinctions, while the
latter uses the explictness principle.
paulson [Mon, 22 Jun 1998 15:50:59 +0200] rev 5065
comments and minor tidying
paulson [Mon, 22 Jun 1998 15:49:29 +0200] rev 5064
simplified and tidied the proofs
wenzelm [Mon, 22 Jun 1998 15:25:06 +0200] rev 5063
check_mlhome_file;
wenzelm [Mon, 22 Jun 1998 15:18:02 +0200] rev 5062
isatool fixgoal;
wenzelm [Mon, 22 Jun 1998 15:09:59 +0200] rev 5061
isatool fixgoal;
wenzelm [Sat, 20 Jun 1998 20:35:38 +0200] rev 5060
def_sort;
wenzelm [Sat, 20 Jun 1998 20:18:51 +0200] rev 5059
renamed Thm(s) back to thm(s);
wenzelm [Sat, 20 Jun 1998 20:18:22 +0200] rev 5058
export mk_triple1/2;
wenzelm [Sat, 20 Jun 1998 19:53:05 +0200] rev 5057
added read_def_axm;
wenzelm [Sat, 20 Jun 1998 19:52:53 +0200] rev 5056
added fix_mixfix;
paulson [Fri, 19 Jun 1998 11:20:36 +0200] rev 5055
fixed comment
paulson [Fri, 19 Jun 1998 11:14:20 +0200] rev 5054
tidying
paulson [Fri, 19 Jun 1998 10:34:33 +0200] rev 5053
New example Kerberos_BAN by G Bella
wenzelm [Thu, 18 Jun 1998 18:35:07 +0200] rev 5052
fixed comment;
wenzelm [Thu, 18 Jun 1998 18:31:06 +0200] rev 5051
tuned \s pattern;
wenzelm [Thu, 18 Jun 1998 18:28:45 +0200] rev 5050
isatool fixgoal;
wenzelm [Thu, 18 Jun 1998 11:22:45 +0200] rev 5049
removed Thy;
the_context made public;
wenzelm [Thu, 18 Jun 1998 11:20:54 +0200] rev 5048
replaced warning by error_msg;
wenzelm [Thu, 18 Jun 1998 10:52:34 +0200] rev 5047
new toplevel commands `Goal' and `Goalw';
isatool fixgoal;
wenzelm [Thu, 18 Jun 1998 10:50:16 +0200] rev 5046
renamed thm(s) to Thm(s);
wenzelm [Thu, 18 Jun 1998 10:48:21 +0200] rev 5045
replace goal(w) commands by implicit versions Goal(w);
nipkow [Wed, 17 Jun 1998 12:44:02 +0200] rev 5044
Goal and Goalw
nipkow [Wed, 17 Jun 1998 10:49:45 +0200] rev 5043
goal -> Goal
nipkow [Wed, 17 Jun 1998 10:49:24 +0200] rev 5042
Changed and changed back.
nipkow [Wed, 17 Jun 1998 10:48:38 +0200] rev 5041
Goals may now contain assumptions, which are not returned.
This is controlled by an argument `atomic' to the goal commands.
wenzelm [Tue, 16 Jun 1998 18:37:34 +0200] rev 5040
added General/history.ML;
wenzelm [Tue, 16 Jun 1998 18:37:11 +0200] rev 5039
Histories of values, with undo and redo;
wenzelm [Mon, 15 Jun 1998 11:06:00 +0200] rev 5038
use_text replaces use_strings;
wenzelm [Mon, 15 Jun 1998 11:05:25 +0200] rev 5037
handle_error: capture error msgs, even if no exception raised;
wenzelm [Sat, 13 Jun 1998 18:25:39 +0200] rev 5036
removed use_text;
wenzelm [Fri, 12 Jun 1998 18:08:41 +0200] rev 5035
added use_text;
wenzelm [Fri, 12 Jun 1998 17:07:33 +0200] rev 5034
Context.add_session;
wenzelm [Fri, 12 Jun 1998 17:06:58 +0200] rev 5033
changed (| |) syntax to (: :);
wenzelm [Fri, 12 Jun 1998 17:06:14 +0200] rev 5032
changed {: :} syntax to (| |);
wenzelm [Fri, 12 Jun 1998 17:05:04 +0200] rev 5031
tuned exports;
added Thy;