wenzelm [Sat, 15 Mar 2008 18:08:54 +0100] rev 26285
removed obsolete PureThy.thms_containing;
wenzelm [Sat, 15 Mar 2008 18:08:04 +0100] rev 26284
replaced obsolete FactIndex.T by Facts.T;
removed unused get_thm(s)_closure;
removed obsolete theorems_of, fact_index_of, lthms_containing, hide_thms;
wenzelm [Sat, 15 Mar 2008 18:08:03 +0100] rev 26283
more precise Author line;
replaced obsolete FactIndex.T by Facts.T;
simplified ML;
wenzelm [Sat, 15 Mar 2008 18:08:02 +0100] rev 26282
replaced obsolete FactIndex.T by Facts.T (cumulative version, assumes that facts are only added to unfinished theories);
removed unused get_thm(s)_closure;
removed obsolete fact_index_of, valid_thms, thms_containing(_consts);
wenzelm [Sat, 15 Mar 2008 18:08:02 +0100] rev 26281
Environment of named facts (admits overriding). Optional indexing by proposition.
wenzelm [Sat, 15 Mar 2008 18:08:01 +0100] rev 26280
obsolete (cf. facts.ML);
wenzelm [Sat, 15 Mar 2008 18:08:00 +0100] rev 26279
removed obsolete fact_index.ML;
added facts.ML;
wenzelm [Sat, 15 Mar 2008 18:07:59 +0100] rev 26278
replaced obsolete FactIndex.T by Facts.T;
wenzelm [Sat, 15 Mar 2008 18:07:58 +0100] rev 26277
removed obsolete PureThy.thms_containing_consts;
haftmann [Sat, 15 Mar 2008 08:11:17 +0100] rev 26276
explicit re-init
haftmann [Sat, 15 Mar 2008 08:11:16 +0100] rev 26275
(continued)
haftmann [Sat, 15 Mar 2008 08:11:15 +0100] rev 26274
continued localization
nipkow [Fri, 14 Mar 2008 19:58:01 +0100] rev 26273
Orders as relations
nipkow [Fri, 14 Mar 2008 19:57:32 +0100] rev 26272
Added Order_Relation
nipkow [Fri, 14 Mar 2008 19:57:12 +0100] rev 26271
Added lemmas
haftmann [Fri, 14 Mar 2008 12:18:56 +0100] rev 26270
restore instead of init
haftmann [Fri, 14 Mar 2008 08:52:55 +0100] rev 26269
restore replaces reinit
haftmann [Fri, 14 Mar 2008 08:52:53 +0100] rev 26268
added mk_const functions
haftmann [Fri, 14 Mar 2008 08:52:52 +0100] rev 26267
added combinator for interpretation of construction of datatype
haftmann [Fri, 14 Mar 2008 08:52:51 +0100] rev 26266
tuned
haftmann [Wed, 12 Mar 2008 19:38:14 +0100] rev 26265
separated Random.thy from Quickcheck.thy
haftmann [Wed, 12 Mar 2008 19:38:13 +0100] rev 26264
yet another useful lemma
haftmann [Wed, 12 Mar 2008 17:29:09 +0100] rev 26263
dropped dangerous antiquotation
urbanc [Wed, 12 Mar 2008 11:57:12 +0100] rev 26262
tuned
haftmann [Wed, 12 Mar 2008 08:47:37 +0100] rev 26261
continued
haftmann [Wed, 12 Mar 2008 08:47:36 +0100] rev 26260
tuned
haftmann [Wed, 12 Mar 2008 08:47:35 +0100] rev 26259
better improvement in instantiation target
haftmann [Wed, 12 Mar 2008 08:45:51 +0100] rev 26258
*** empty log message ***
wenzelm [Tue, 11 Mar 2008 23:09:30 +0100] rev 26257
raw_loop: more graceful crash recovery;
wenzelm [Tue, 11 Mar 2008 22:31:09 +0100] rev 26256
added exception CONTEXT, indicating context of another exception;
exn_message: explicit context, *not* ML_Context.get_context;
toplevel_error/apply: explicit exn_context;
explicit Markup.location for exn_info (cf. at_command);
fixed spelling;
tuned;