Thu, 24 Apr 1997 19:46:05 +0200 open General (type option is in Option in the newer versions, but always
wenzelm [Thu, 24 Apr 1997 19:46:05 +0200] rev 3047
open General (type option is in Option in the newer versions, but always the top-level);
Thu, 24 Apr 1997 19:41:00 +0200 adapted to SML/NJ 1.09.27;
wenzelm [Thu, 24 Apr 1997 19:41:00 +0200] rev 3046
adapted to SML/NJ 1.09.27; minor cleanup;
Thu, 24 Apr 1997 19:08:32 +0200 Added 'induct_tac'
nipkow [Thu, 24 Apr 1997 19:08:32 +0200] rev 3045
Added 'induct_tac'
Thu, 24 Apr 1997 18:51:14 +0200 Updates because nat_ind_tac no longer appends "1" to the ind.var.
nipkow [Thu, 24 Apr 1997 18:51:14 +0200] rev 3044
Updates because nat_ind_tac no longer appends "1" to the ind.var.
Thu, 24 Apr 1997 18:44:32 +0200 removed space;
wenzelm [Thu, 24 Apr 1997 18:44:32 +0200] rev 3043
removed space;
Thu, 24 Apr 1997 18:38:30 +0200 induct_tac
nipkow [Thu, 24 Apr 1997 18:38:30 +0200] rev 3042
induct_tac
Thu, 24 Apr 1997 18:07:35 +0200 expandshort
mueller [Thu, 24 Apr 1997 18:07:35 +0200] rev 3041
expandshort
Thu, 24 Apr 1997 18:06:46 +0200 Introduced a generic "induct_tac" which picks up the right induction scheme
nipkow [Thu, 24 Apr 1997 18:06:46 +0200] rev 3040
Introduced a generic "induct_tac" which picks up the right induction scheme automatically. Also changed nat_ind_tac, which does no longer append a "1" to the name of the induction variable. This caused some changes...
Thu, 24 Apr 1997 18:03:23 +0200 get_thydata accesses the second component of the data field. This component
nipkow [Thu, 24 Apr 1997 18:03:23 +0200] rev 3039
get_thydata accesses the second component of the data field. This component used to be empty until set at the end of loading an ML file. Now the second component is already set when the thy file has ben read.
Thu, 24 Apr 1997 18:00:22 +0200 Main changes are:
mueller [Thu, 24 Apr 1997 18:00:22 +0200] rev 3038
Main changes are: - Lemmas for blift and plift are deleted - added split_tac for If (via If2, as If does not begin with a constant) - added new lemmata relating TT, FF and booleans: Def_bool1, Def_bool2, Def_bool3,Def_bool4 They are added to !simpset, but should not cause difficulties - added lemma andalso_or relating | on booleans and andalso on truth values - deleted If_and_if and andalso from !simpset: Pay attention, may kill your proofs! - added adm lemmas for (f x)~=TT and (f x)~=FF.
Thu, 24 Apr 1997 17:59:55 +0200 rename_params_rule used to check if the new name clashed with a free name in
nipkow [Thu, 24 Apr 1997 17:59:55 +0200] rev 3037
rename_params_rule used to check if the new name clashed with a free name in the whole goal state. Now checks only the subgoal concerned.
Thu, 24 Apr 1997 17:51:27 +0200 deleted definitions for blift and plift
mueller [Thu, 24 Apr 1997 17:51:27 +0200] rev 3036
deleted definitions for blift and plift
Thu, 24 Apr 1997 17:50:34 +0200 Complete Redesign of Theory, main points are:
mueller [Thu, 24 Apr 1997 17:50:34 +0200] rev 3035
Complete Redesign of Theory, main points are: - Extension of the continuity prover: * Lemmas about continuity of flift1 and flift2 are generalized * Lemmas about continuity of mixed definitions of HOL and LCF terms generalized Pay attention: Sometimes proofs are shorter now! - a number of new lemmas concerning flift1, flift2, Def and Undef, Def_less_is_eq (Def x << y = (Def x = y)) and lemmas characterizing flift1 and flift2 are added to !simpset Pay attention: Sometimes proofs are shorter now! - added tactic def_tac for eliminating x~=UU in assumptions
Thu, 24 Apr 1997 17:40:30 +0200 added liftpair definition
mueller [Thu, 24 Apr 1997 17:40:30 +0200] rev 3034
added liftpair definition
Thu, 24 Apr 1997 17:38:33 +0200 only in comments
mueller [Thu, 24 Apr 1997 17:38:33 +0200] rev 3033
only in comments
Thu, 24 Apr 1997 17:35:47 +0200 minor changes due to more powerful continuity check in Lift3.ML
mueller [Thu, 24 Apr 1997 17:35:47 +0200] rev 3032
minor changes due to more powerful continuity check in Lift3.ML
Thu, 24 Apr 1997 17:04:07 +0200 added some comments;
mueller [Thu, 24 Apr 1997 17:04:07 +0200] rev 3031
added some comments;
Thu, 24 Apr 1997 11:21:46 +0200 Addition of printed tracing. Also some tidying
paulson [Thu, 24 Apr 1997 11:21:46 +0200] rev 3030
Addition of printed tracing. Also some tidying
Thu, 24 Apr 1997 11:20:56 +0200 A bit of tidying
paulson [Thu, 24 Apr 1997 11:20:56 +0200] rev 3029
A bit of tidying
Thu, 24 Apr 1997 10:40:01 +0200 added dependencies on ax_ops/*.ML and domain/*.ML
oheimb [Thu, 24 Apr 1997 10:40:01 +0200] rev 3028
added dependencies on ax_ops/*.ML and domain/*.ML
Thu, 24 Apr 1997 10:39:00 +0200 changed priority of '%': now no parenteses needed for '[...] == %x. [...]'
oheimb [Thu, 24 Apr 1997 10:39:00 +0200] rev 3027
changed priority of '%': now no parenteses needed for '[...] == %x. [...]'
Thu, 24 Apr 1997 09:34:59 +0200 moved antisym_less_inverse,box_less from Porder.ML to Porder0.ML
slotosch [Thu, 24 Apr 1997 09:34:59 +0200] rev 3026
moved antisym_less_inverse,box_less from Porder.ML to Porder0.ML
Wed, 23 Apr 1997 13:23:05 +0200 Added NatDef
nipkow [Wed, 23 Apr 1997 13:23:05 +0200] rev 3025
Added NatDef
Wed, 23 Apr 1997 11:20:18 +0200 Necessary inclusion of depth bound into blast_tac call
paulson [Wed, 23 Apr 1997 11:20:18 +0200] rev 3024
Necessary inclusion of depth bound into blast_tac call
Wed, 23 Apr 1997 11:18:29 +0200 Ran expandshort
paulson [Wed, 23 Apr 1997 11:18:29 +0200] rev 3023
Ran expandshort
Wed, 23 Apr 1997 11:12:10 +0200 Unfortunately, the \\< syntax does not always accept the beginning of a line
paulson [Wed, 23 Apr 1997 11:12:10 +0200] rev 3022
Unfortunately, the \\< syntax does not always accept the beginning of a line
Wed, 23 Apr 1997 11:11:38 +0200 Loop detection: before expanding a haz formula, see whether it is a duplicate
paulson [Wed, 23 Apr 1997 11:11:38 +0200] rev 3021
Loop detection: before expanding a haz formula, see whether it is a duplicate and, if so, delete it. Recursion detection: transitivity and similar rules, when applied, put the new formulae at the end of a branch and not at the front (in effect).
Wed, 23 Apr 1997 11:05:52 +0200 Made a proof search more deterministic
paulson [Wed, 23 Apr 1997 11:05:52 +0200] rev 3020
Made a proof search more deterministic
Wed, 23 Apr 1997 11:05:18 +0200 Improved indentation of #34
paulson [Wed, 23 Apr 1997 11:05:18 +0200] rev 3019
Improved indentation of #34
Wed, 23 Apr 1997 11:02:19 +0200 Ran expandshort
paulson [Wed, 23 Apr 1997 11:02:19 +0200] rev 3018
Ran expandshort
Wed, 23 Apr 1997 11:00:48 +0200 Fixed typos in comment
paulson [Wed, 23 Apr 1997 11:00:48 +0200] rev 3017
Fixed typos in comment
Wed, 23 Apr 1997 10:54:22 +0200 Conversion to use blast_tac
paulson [Wed, 23 Apr 1997 10:54:22 +0200] rev 3016
Conversion to use blast_tac
Wed, 23 Apr 1997 10:52:49 +0200 Ran expandshort
paulson [Wed, 23 Apr 1997 10:52:49 +0200] rev 3015
Ran expandshort
Wed, 23 Apr 1997 10:49:01 +0200 Moved diamond_trancl (which is independent of the rest) to the top
paulson [Wed, 23 Apr 1997 10:49:01 +0200] rev 3014
Moved diamond_trancl (which is independent of the rest) to the top
Wed, 23 Apr 1997 10:47:36 +0200 Ran expandshort
paulson [Wed, 23 Apr 1997 10:47:36 +0200] rev 3013
Ran expandshort
Wed, 23 Apr 1997 10:08:51 +0200 simprocs called with eta contracted subterm;
wenzelm [Wed, 23 Apr 1997 10:08:51 +0200] rev 3012
simprocs called with eta contracted subterm;
Wed, 23 Apr 1997 09:14:56 +0200 Tidied up.
nipkow [Wed, 23 Apr 1997 09:14:56 +0200] rev 3011
Tidied up.
Tue, 22 Apr 1997 18:05:42 +0200 fixed bash-2.0 problem;
wenzelm [Tue, 22 Apr 1997 18:05:42 +0200] rev 3010
fixed bash-2.0 problem;
Tue, 22 Apr 1997 11:49:55 +0200 improved fontserver example;
wenzelm [Tue, 22 Apr 1997 11:49:55 +0200] rev 3009
improved fontserver example;
Tue, 22 Apr 1997 11:45:22 +0200 Ran expandshort
paulson [Tue, 22 Apr 1997 11:45:22 +0200] rev 3008
Ran expandshort
Tue, 22 Apr 1997 11:37:12 +0200 removed -norc;
wenzelm [Tue, 22 Apr 1997 11:37:12 +0200] rev 3007
removed -norc;
Tue, 22 Apr 1997 11:25:45 +0200 tuned;
wenzelm [Tue, 22 Apr 1997 11:25:45 +0200] rev 3006
tuned;
Mon, 21 Apr 1997 13:49:40 +0200 Modified credits.
nipkow [Mon, 21 Apr 1997 13:49:40 +0200] rev 3005
Modified credits.
Mon, 21 Apr 1997 12:16:29 +0200 New elimination rule for "unique existence"
paulson [Mon, 21 Apr 1997 12:16:29 +0200] rev 3004
New elimination rule for "unique existence"
Mon, 21 Apr 1997 12:16:04 +0200 New introduction rule for "unique existence"
paulson [Mon, 21 Apr 1997 12:16:04 +0200] rev 3003
New introduction rule for "unique existence"
Mon, 21 Apr 1997 11:19:28 +0200 Reorganized under headings. Also documented Blast_tac and LFilter
paulson [Mon, 21 Apr 1997 11:19:28 +0200] rev 3002
Reorganized under headings. Also documented Blast_tac and LFilter
Mon, 21 Apr 1997 10:38:46 +0200 Tidied up the indentation
paulson [Mon, 21 Apr 1997 10:38:46 +0200] rev 3001
Tidied up the indentation
Mon, 21 Apr 1997 10:16:41 +0200 Moved blast_tac demo from ZF/func.ML to ZF/ex/misc.ML
paulson [Mon, 21 Apr 1997 10:16:41 +0200] rev 3000
Moved blast_tac demo from ZF/func.ML to ZF/ex/misc.ML
Mon, 21 Apr 1997 10:16:01 +0200 Penalty for branching instantiations reduced from log3 to log4.
paulson [Mon, 21 Apr 1997 10:16:01 +0200] rev 2999
Penalty for branching instantiations reduced from log3 to log4. Now allows a branch to close by unifying an OConst with a Const.
Mon, 21 Apr 1997 10:15:00 +0200 New blast_tac demo
paulson [Mon, 21 Apr 1997 10:15:00 +0200] rev 2998
New blast_tac demo
Mon, 21 Apr 1997 10:14:31 +0200 Without the type constraint, the inner equality was NOT a biconditional...
paulson [Mon, 21 Apr 1997 10:14:31 +0200] rev 2997
Without the type constraint, the inner equality was NOT a biconditional...
Mon, 21 Apr 1997 10:13:47 +0200 Now faster without calling Blast.depth_tac
paulson [Mon, 21 Apr 1997 10:13:47 +0200] rev 2996
Now faster without calling Blast.depth_tac
Mon, 21 Apr 1997 10:12:40 +0200 Disabled the attempts for mutual induction to work so that single induction
paulson [Mon, 21 Apr 1997 10:12:40 +0200] rev 2995
Disabled the attempts for mutual induction to work so that single induction involving sum types can work
Fri, 18 Apr 1997 17:33:26 +0200 Tuple patterns are allowed now in `case'
nipkow [Fri, 18 Apr 1997 17:33:26 +0200] rev 2994
Tuple patterns are allowed now in `case'
Fri, 18 Apr 1997 16:54:52 +0200 *** empty log message ***
nipkow [Fri, 18 Apr 1997 16:54:52 +0200] rev 2993
*** empty log message ***
Fri, 18 Apr 1997 12:01:12 +0200 print_goals: fixed show_sorts semantics;
wenzelm [Fri, 18 Apr 1997 12:01:12 +0200] rev 2992
print_goals: fixed show_sorts semantics;
Fri, 18 Apr 1997 11:58:38 +0200 tuned check_has_sort;
wenzelm [Fri, 18 Apr 1997 11:58:38 +0200] rev 2991
tuned check_has_sort; fixed norm_typ: also does norm_sort;
Fri, 18 Apr 1997 11:57:51 +0200 removed least_sort;
wenzelm [Fri, 18 Apr 1997 11:57:51 +0200] rev 2990
removed least_sort; added of_sort;
Fri, 18 Apr 1997 11:55:14 +0200 tuned err msg;
wenzelm [Fri, 18 Apr 1997 11:55:14 +0200] rev 2989
tuned err msg;
Fri, 18 Apr 1997 11:54:54 +0200 Renamed sign constructors to eliminate clash with the Plus infix of Sum.thy
paulson [Fri, 18 Apr 1997 11:54:54 +0200] rev 2988
Renamed sign constructors to eliminate clash with the Plus infix of Sum.thy
Fri, 18 Apr 1997 11:53:55 +0200 Now loads theory LList indirectly: via LFilter
paulson [Fri, 18 Apr 1997 11:53:55 +0200] rev 2987
Now loads theory LList indirectly: via LFilter
Fri, 18 Apr 1997 11:53:16 +0200 Now uses some "case" syntax (but could use more)
paulson [Fri, 18 Apr 1997 11:53:16 +0200] rev 2986
Now uses some "case" syntax (but could use more)
Fri, 18 Apr 1997 11:52:44 +0200 New monotonicity theorems
paulson [Fri, 18 Apr 1997 11:52:44 +0200] rev 2985
New monotonicity theorems
Fri, 18 Apr 1997 11:52:19 +0200 New theory: a corecursive filter functional
paulson [Fri, 18 Apr 1997 11:52:19 +0200] rev 2984
New theory: a corecursive filter functional
Fri, 18 Apr 1997 11:48:16 +0200 Removed needless parentheses from translation
paulson [Fri, 18 Apr 1997 11:48:16 +0200] rev 2983
Removed needless parentheses from translation
Fri, 18 Apr 1997 11:47:36 +0200 ex/LFilter is a new theory (and dependency)
paulson [Fri, 18 Apr 1997 11:47:36 +0200] rev 2982
ex/LFilter is a new theory (and dependency)
Fri, 18 Apr 1997 11:47:11 +0200 Automatic update
paulson [Fri, 18 Apr 1997 11:47:11 +0200] rev 2981
Automatic update
Thu, 17 Apr 1997 19:05:01 +0200 tuned error msgs;
wenzelm [Thu, 17 Apr 1997 19:05:01 +0200] rev 2980
tuned error msgs;
Thu, 17 Apr 1997 18:46:58 +0200 improved type check error messages;
wenzelm [Thu, 17 Apr 1997 18:46:58 +0200] rev 2979
improved type check error messages;
Thu, 17 Apr 1997 18:45:43 +0200 renamed set_ap to setmp;
wenzelm [Thu, 17 Apr 1997 18:45:43 +0200] rev 2978
renamed set_ap to setmp;
Thu, 17 Apr 1997 18:17:23 +0200 Automatic updates
paulson [Thu, 17 Apr 1997 18:17:23 +0200] rev 2977
Automatic updates
Thu, 17 Apr 1997 18:16:12 +0200 Removed the \date{} command in order to put the date of typesetting on the
paulson [Thu, 17 Apr 1997 18:16:12 +0200] rev 2976
Removed the \date{} command in order to put the date of typesetting on the title page
Thu, 17 Apr 1997 18:10:49 +0200 Corrected the informal description of coinductive definition
paulson [Thu, 17 Apr 1997 18:10:49 +0200] rev 2975
Corrected the informal description of coinductive definition
Thu, 17 Apr 1997 18:10:12 +0200 Corrected the informal description of coinductive definition in sections 1
paulson [Thu, 17 Apr 1997 18:10:12 +0200] rev 2974
Corrected the informal description of coinductive definition in sections 1 and 4.3, introducing the notion of "consistent with" a set of rules. Final version for Milner Festschrift?
Thu, 17 Apr 1997 17:54:21 +0200 Added ability to have case expressions involving tuples. (via translation)
nipkow [Thu, 17 Apr 1997 17:54:21 +0200] rev 2973
Added ability to have case expressions involving tuples. (via translation)
Thu, 17 Apr 1997 14:41:56 +0200 tuned;
wenzelm [Thu, 17 Apr 1997 14:41:56 +0200] rev 2972
tuned;
Thu, 17 Apr 1997 14:41:26 +0200 *** empty log message ***
wenzelm [Thu, 17 Apr 1997 14:41:26 +0200] rev 2971
*** empty log message ***
Thu, 17 Apr 1997 14:41:08 +0200 added fixencoding note;
wenzelm [Thu, 17 Apr 1997 14:41:08 +0200] rev 2970
added fixencoding note;
Thu, 17 Apr 1997 10:40:26 +0200 fixed ISAMODE_HOME;
wenzelm [Thu, 17 Apr 1997 10:40:26 +0200] rev 2969
fixed ISAMODE_HOME;
Thu, 17 Apr 1997 10:30:57 +0200 eliminated PLATFORM;
wenzelm [Thu, 17 Apr 1997 10:30:57 +0200] rev 2968
eliminated PLATFORM;
Wed, 16 Apr 1997 18:53:36 +0200 removed lceil, rceil, lfloor, rfloor;
wenzelm [Wed, 16 Apr 1997 18:53:36 +0200] rev 2967
removed lceil, rceil, lfloor, rfloor;
Wed, 16 Apr 1997 18:51:03 +0200 fixed perl path (for sunbroys);
wenzelm [Wed, 16 Apr 1997 18:51:03 +0200] rev 2966
fixed perl path (for sunbroys);
Wed, 16 Apr 1997 18:46:01 +0200 improved translations for subset symbols syntax: constraints;
wenzelm [Wed, 16 Apr 1997 18:46:01 +0200] rev 2965
improved translations for subset symbols syntax: constraints;
Wed, 16 Apr 1997 18:25:46 +0200 moved classes / sorts to sorts.ML;
wenzelm [Wed, 16 Apr 1997 18:25:46 +0200] rev 2964
moved classes / sorts to sorts.ML; moved (and reimplemented) type inference to type_infer.ML; cleaned up type unification; misc cleanup and tuning;
Wed, 16 Apr 1997 18:23:25 +0200 renamed subclass to classrel;
wenzelm [Wed, 16 Apr 1997 18:23:25 +0200] rev 2963
renamed subclass to classrel; tune type checking error msgs;
Wed, 16 Apr 1997 18:22:10 +0200 Sorts.str_of_sort;
wenzelm [Wed, 16 Apr 1997 18:22:10 +0200] rev 2962
Sorts.str_of_sort;
Wed, 16 Apr 1997 18:21:00 +0200 Sorts.str_of_arity;
wenzelm [Wed, 16 Apr 1997 18:21:00 +0200] rev 2961
Sorts.str_of_arity;
Wed, 16 Apr 1997 18:17:38 +0200 added sorts.ML, type_infer.ML;
wenzelm [Wed, 16 Apr 1997 18:17:38 +0200] rev 2960
added sorts.ML, type_infer.ML;
Wed, 16 Apr 1997 18:16:45 +0200 tuned type of eq_ix, mem_ix;
wenzelm [Wed, 16 Apr 1997 18:16:45 +0200] rev 2959
tuned type of eq_ix, mem_ix;
Wed, 16 Apr 1997 18:16:02 +0200 improved inc, dec;
wenzelm [Wed, 16 Apr 1997 18:16:02 +0200] rev 2958
improved inc, dec; added set_ap;
Wed, 16 Apr 1997 18:15:32 +0200 Type inference (isolated from type.ML, completely reimplemented).
wenzelm [Wed, 16 Apr 1997 18:15:32 +0200] rev 2957
Type inference (isolated from type.ML, completely reimplemented).
Wed, 16 Apr 1997 18:14:43 +0200 Type classes and sorts (isolated from type.ML).
wenzelm [Wed, 16 Apr 1997 18:14:43 +0200] rev 2956
Type classes and sorts (isolated from type.ML).
Wed, 16 Apr 1997 18:13:12 +0200 improved;
wenzelm [Wed, 16 Apr 1997 18:13:12 +0200] rev 2955
improved;
Tue, 15 Apr 1997 10:23:38 +0200 Partially converted to call blast_tac
paulson [Tue, 15 Apr 1997 10:23:38 +0200] rev 2954
Partially converted to call blast_tac
Tue, 15 Apr 1997 10:23:17 +0200 Addition of blast_tac benchmark
paulson [Tue, 15 Apr 1997 10:23:17 +0200] rev 2953
Addition of blast_tac benchmark
Tue, 15 Apr 1997 10:22:50 +0200 Changed penalty from log2 to log3
paulson [Tue, 15 Apr 1997 10:22:50 +0200] rev 2952
Changed penalty from log2 to log3
Tue, 15 Apr 1997 10:19:14 +0200 An extra call to blast_tac (illustrating a need for type instantiation)
paulson [Tue, 15 Apr 1997 10:19:14 +0200] rev 2951
An extra call to blast_tac (illustrating a need for type instantiation)
Tue, 15 Apr 1997 10:18:01 +0200 Now puts basic rewrites for lappend & lmap into the simpset
paulson [Tue, 15 Apr 1997 10:18:01 +0200] rev 2950
Now puts basic rewrites for lappend & lmap into the simpset
Tue, 15 Apr 1997 10:17:15 +0200 Removed "AddSDs [Scons_inject];" because
paulson [Tue, 15 Apr 1997 10:17:15 +0200] rev 2949
Removed "AddSDs [Scons_inject];" because (a) IT WAS WRONG (should have been AddSEs) (b) It was redundant (due to the AddIffs [...,Scons_Scons_eq])
Tue, 15 Apr 1997 10:15:09 +0200 Moved expand_case_tac from Auth/Message.ML to simpdata.ML
paulson [Tue, 15 Apr 1997 10:15:09 +0200] rev 2948
Moved expand_case_tac from Auth/Message.ML to simpdata.ML
Mon, 14 Apr 1997 10:28:21 +0200 no longer includes ~/.emacs;
wenzelm [Mon, 14 Apr 1997 10:28:21 +0200] rev 2947
no longer includes ~/.emacs;
Sun, 13 Apr 1997 19:16:25 +0200 fixed file name;
wenzelm [Sun, 13 Apr 1997 19:16:25 +0200] rev 2946
fixed file name;
Sun, 13 Apr 1997 19:15:07 +0200 GENERATED TEXT;
wenzelm [Sun, 13 Apr 1997 19:15:07 +0200] rev 2945
GENERATED TEXT;
Sun, 13 Apr 1997 19:12:37 +0200 tuned format;
wenzelm [Sun, 13 Apr 1997 19:12:37 +0200] rev 2944
tuned format;
Sun, 13 Apr 1997 19:11:32 +0200 GENERATED TEXT;
wenzelm [Sun, 13 Apr 1997 19:11:32 +0200] rev 2943
GENERATED TEXT;
Sun, 13 Apr 1997 19:10:54 +0200 GENERATED TEXT;
wenzelm [Sun, 13 Apr 1997 19:10:54 +0200] rev 2942
GENERATED TEXT;
Sun, 13 Apr 1997 19:10:27 +0200 fixencoding - fix references to isabelle font encoding;
wenzelm [Sun, 13 Apr 1997 19:10:27 +0200] rev 2941
fixencoding - fix references to isabelle font encoding;
Sat, 12 Apr 1997 20:02:06 +0200 tuned comments;
wenzelm [Sat, 12 Apr 1997 20:02:06 +0200] rev 2940
tuned comments;
Sat, 12 Apr 1997 20:01:38 +0200 misc improvement;
wenzelm [Sat, 12 Apr 1997 20:01:38 +0200] rev 2939
misc improvement;
Sat, 12 Apr 1997 20:00:11 +0200 Setup GNU Emacs for Isabelle environment.
wenzelm [Sat, 12 Apr 1997 20:00:11 +0200] rev 2938
Setup GNU Emacs for Isabelle environment.
Sat, 12 Apr 1997 19:59:44 +0200 tuned;
wenzelm [Sat, 12 Apr 1997 19:59:44 +0200] rev 2937
tuned;
Fri, 11 Apr 1997 17:30:15 +0200 fixed { ... } shell syntax to accomodate bash 2.x;
wenzelm [Fri, 11 Apr 1997 17:30:15 +0200] rev 2936
fixed { ... } shell syntax to accomodate bash 2.x;
Fri, 11 Apr 1997 15:21:36 +0200 Yet more fast_tac->blast_tac, and other tidying
paulson [Fri, 11 Apr 1997 15:21:36 +0200] rev 2935
Yet more fast_tac->blast_tac, and other tidying
Fri, 11 Apr 1997 11:33:51 +0200 tuned error msg;
wenzelm [Fri, 11 Apr 1997 11:33:51 +0200] rev 2934
tuned error msg;
Thu, 10 Apr 1997 18:07:27 +0200 Updated discussion and references for inductive definitions
paulson [Thu, 10 Apr 1997 18:07:27 +0200] rev 2933
Updated discussion and references for inductive definitions
Thu, 10 Apr 1997 14:26:01 +0200 Deleted stupid proof at the end not needed anywhere.
nipkow [Thu, 10 Apr 1997 14:26:01 +0200] rev 2932
Deleted stupid proof at the end not needed anywhere.
Thu, 10 Apr 1997 12:21:21 +0200 Mod because of "Turned Addsimps into AddIffs for datatype laws."
nipkow [Thu, 10 Apr 1997 12:21:21 +0200] rev 2931
Mod because of "Turned Addsimps into AddIffs for datatype laws."
Thu, 10 Apr 1997 12:20:55 +0200 Turned Addsimps into AddIffs for datatype laws.
nipkow [Thu, 10 Apr 1997 12:20:55 +0200] rev 2930
Turned Addsimps into AddIffs for datatype laws.
Thu, 10 Apr 1997 10:55:37 +0200 Changed some fast_tac to blast_tac
paulson [Thu, 10 Apr 1997 10:55:37 +0200] rev 2929
Changed some fast_tac to blast_tac
Thu, 10 Apr 1997 09:08:05 +0200 Added trace output and replaced fast_tac set_cs by Fast_tac.
nipkow [Thu, 10 Apr 1997 09:08:05 +0200] rev 2928
Added trace output and replaced fast_tac set_cs by Fast_tac.
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip