nipkow [Mon, 17 Aug 1998 16:02:21 +0200] rev 5327
Mention RegExp2NA.
paulson [Mon, 17 Aug 1998 13:09:40 +0200] rev 5326
expandshort
paulson [Mon, 17 Aug 1998 13:09:08 +0200] rev 5325
Yet more removal of "goal" commands, especially "goal ZF.thy", so ZF.thy
contains fewer theorems than before
paulson [Mon, 17 Aug 1998 13:06:29 +0200] rev 5324
Now allows "." in rule names, with special treatment for "be"
nipkow [Mon, 17 Aug 1998 11:00:57 +0200] rev 5323
Direct translation RegExp -> NA!
nipkow [Mon, 17 Aug 1998 11:00:27 +0200] rev 5322
Additions to Lex.
paulson [Fri, 14 Aug 1998 18:37:28 +0200] rev 5321
got rid of some goal thy commands
paulson [Fri, 14 Aug 1998 13:52:42 +0200] rev 5320
now trans_tac is part of the claset...
paulson [Fri, 14 Aug 1998 12:06:34 +0200] rev 5319
Moved Un_subset_iff and Int_subset_iff from UNITY to equalities.ML
paulson [Fri, 14 Aug 1998 12:03:01 +0200] rev 5318
expandshort
paulson [Fri, 14 Aug 1998 12:02:35 +0200] rev 5317
Uses Goal instead of "goal...thy" to avoid theory problems
paulson [Thu, 13 Aug 1998 18:14:26 +0200] rev 5316
even more tidying of Goal commands
paulson [Thu, 13 Aug 1998 18:07:56 +0200] rev 5315
tidying
paulson [Thu, 13 Aug 1998 18:07:38 +0200] rev 5314
Moved the definition of s_u (as s) into the locale
paulson [Thu, 13 Aug 1998 18:06:40 +0200] rev 5313
Constrains, Stable, Invariant...more of the substitution axiom, but Union
does not work well with them
paulson [Thu, 13 Aug 1998 17:44:50 +0200] rev 5312
simpler SELECT_GOAL no longer inserts a dummy parameter
paulson [Thu, 13 Aug 1998 17:43:00 +0200] rev 5311
Rule mk_triv_goal for making instances of triv_goal
paulson [Thu, 13 Aug 1998 17:29:18 +0200] rev 5310
Blast_tac is faster
paulson [Thu, 13 Aug 1998 17:28:52 +0200] rev 5309
stac now handles definitions as well as equalities
paulson [Thu, 13 Aug 1998 17:28:19 +0200] rev 5308
stac
oheimb [Wed, 12 Aug 1998 17:40:18 +0200] rev 5307
minor adaption for SML/NJ
oheimb [Wed, 12 Aug 1998 16:49:25 +0200] rev 5306
added theorems Id_o, o_Id
corrected name of theorem: fund_upd_other -> fun_upd_other
oheimb [Wed, 12 Aug 1998 16:23:25 +0200] rev 5305
cleanup for Fun.thy:
merged Update.{thy|ML} into Fun.{thy|ML}
moved o_def from HOL.thy to Fun.thy
added Id_def to Fun.thy
moved image_compose from Set.ML to Fun.ML
moved o_apply and o_assoc from simpdata.ML to Fun.ML
moved fun_upd_same and fun_upd_other (from Map.ML) to Fun.ML
added fun_upd_twist to Fun.ML
oheimb [Wed, 12 Aug 1998 16:21:18 +0200] rev 5304
the splitter is now defined as a functor
moved addsplits, delsplits, Addsplits, Delsplits to Provers/splitter.ML
moved split_thm_info to Provers/splitter.ML
definined atomize via general mk_atomize
removed superfluous rot_eq_tac from simplifier.ML
HOL/simpdata.ML: renamed mk_meta_eq to meta_eq,
re-renamed mk_meta_eq_simp to mk_meta_eq
added Eps_eq to simpset
oheimb [Wed, 12 Aug 1998 16:20:49 +0200] rev 5303
renamed mk_meta_eq to meta_eq
oheimb [Wed, 12 Aug 1998 16:16:49 +0200] rev 5302
removed superfluous o_apply
oheimb [Wed, 12 Aug 1998 16:15:37 +0200] rev 5301
streamlined proofs with new hoare_conseq1, hoare_conseq2
oheimb [Wed, 12 Aug 1998 16:04:27 +0200] rev 5300
defined map_upd by translation via fun_upd
changed syntax of map_upd to be consistent with that of fun_upd
added chg_map, map_upds