nipkow [Mon, 05 Nov 2007 15:04:19 +0100] rev 25280
fix
obua [Mon, 05 Nov 2007 15:01:21 +0100] rev 25279
no Gencode.ML
krauss [Mon, 05 Nov 2007 14:26:41 +0100] rev 25278
changed "treemap" example to "mirror"
nipkow [Mon, 05 Nov 2007 08:31:12 +0100] rev 25277
added lemmas
wenzelm [Sun, 04 Nov 2007 19:17:13 +0100] rev 25276
replaced cc/ld phase by PolyML.SaveState.saveState (potentially more efficient);
wenzelm [Sun, 04 Nov 2007 17:12:14 +0100] rev 25275
removed obsolete ProofGeneral/parsing.ML;
wenzelm [Sun, 04 Nov 2007 16:43:31 +0100] rev 25274
activated new script parser;
wenzelm [Sun, 04 Nov 2007 16:43:29 +0100] rev 25273
Output.add_mode default prevents escapes from ProofGeneral mode;
wenzelm [Sun, 04 Nov 2007 16:43:28 +0100] rev 25272
added ProofGeneral/pgml_isabelle.ML;
wenzelm [Sun, 04 Nov 2007 16:43:27 +0100] rev 25271
the all-important ML antiquotations are back;
tuned;
haftmann [Fri, 02 Nov 2007 18:53:01 +0100] rev 25270
generic tactic Method.intros_tac
haftmann [Fri, 02 Nov 2007 18:53:00 +0100] rev 25269
clarified theory target interface
haftmann [Fri, 02 Nov 2007 18:52:59 +0100] rev 25268
more precise treatment of prove_subclass
haftmann [Fri, 02 Nov 2007 18:52:58 +0100] rev 25267
proper reinitialisation after subclass
haftmann [Fri, 02 Nov 2007 18:52:57 +0100] rev 25266
clarified
paulson [Fri, 02 Nov 2007 16:38:37 +0100] rev 25265
tweaked
paulson [Fri, 02 Nov 2007 16:38:14 +0100] rev 25264
recdef to fun
nipkow [Fri, 02 Nov 2007 15:56:49 +0100] rev 25263
*** empty log message ***
kleing [Fri, 02 Nov 2007 12:35:27 +0100] rev 25262
Added reference to Jeremy Dawson's paper on the word library.
Added header to remaining word/*.thy files so they show up in toc.
nipkow [Fri, 02 Nov 2007 08:59:15 +0100] rev 25261
recdef -> fun
nipkow [Fri, 02 Nov 2007 08:26:01 +0100] rev 25260
added Fun
haftmann [Fri, 02 Nov 2007 08:17:33 +0100] rev 25259
tuned
nipkow [Thu, 01 Nov 2007 20:20:19 +0100] rev 25258
recdef -> fun
nipkow [Thu, 01 Nov 2007 13:44:44 +0100] rev 25257
*** empty log message ***
paulson [Wed, 31 Oct 2007 15:10:34 +0100] rev 25256
Catch exceptions arising during the abstraction operation.
Filter out theorems that are "too deep".
chaieb [Wed, 31 Oct 2007 12:19:45 +0100] rev 25255
Added example for the ideal membership problem solved by algebra
chaieb [Wed, 31 Oct 2007 12:19:44 +0100] rev 25254
Added field ideal into entry - uses by algebra method to prove the ideal membership problem
chaieb [Wed, 31 Oct 2007 12:19:43 +0100] rev 25253
changed signature according to normalizer_data.ML
chaieb [Wed, 31 Oct 2007 12:19:41 +0100] rev 25252
tuned
chaieb [Wed, 31 Oct 2007 12:19:37 +0100] rev 25251
(1) signatures updated according to normalizer_data.ML (added field ideal in entry);
(2) For a theory the conversions returned are now ring_conv (as before, proves a universal statement), simple_ideal proves ideal membership for one polynomial ; multi_ideal solves the more general ideal membership for several existentially quantifier variables involved in several conjunctions; a simpset containing a simproc to turn x = y into p = 0 where p is the normal form of x - y;
(3) Added ideal_tac a tactic to prove general ideal membership (cf. John Harrision CADE 2007) ;
(4) Added algebra_tac : first tries ring_tac (old algebra) then ideal_tac