krauss [Mon, 14 Jul 2008 17:47:18 +0200] rev 27572
single_hyp(_meta)_subst_tac: Controlled substitution of a single hyp
krauss [Mon, 14 Jul 2008 17:02:55 +0200] rev 27571
renamed conversions to _conv, tuned
chaieb [Mon, 14 Jul 2008 16:13:58 +0200] rev 27570
Simplified proofs
chaieb [Mon, 14 Jul 2008 16:13:55 +0200] rev 27569
Simple theorems about zgcd moved to GCD.thy
chaieb [Mon, 14 Jul 2008 16:13:51 +0200] rev 27568
Theorem names as in IntPrimes.thy, also several theorems moved from there
chaieb [Mon, 14 Jul 2008 16:13:42 +0200] rev 27567
Fixed proofs.
wenzelm [Mon, 14 Jul 2008 11:19:43 +0200] rev 27566
ProofNode.current
wenzelm [Mon, 14 Jul 2008 11:19:42 +0200] rev 27565
command 'redo' no longer available;
wenzelm [Mon, 14 Jul 2008 11:19:41 +0200] rev 27564
replaced obsolete ProofHistory by ProofNode (backtracking only);
wenzelm [Mon, 14 Jul 2008 11:19:40 +0200] rev 27563
removed obsolete 'redo' command;
cannot_undo: global history;
tuned;
wenzelm [Mon, 14 Jul 2008 11:19:39 +0200] rev 27562
removed obsolete history commands;
moved back, cannot_undo to isar_syn.ML;
wenzelm [Mon, 14 Jul 2008 11:19:38 +0200] rev 27561
Proof nodes with linear position and backtracking (replaces obsolete proof_history.ML).
wenzelm [Mon, 14 Jul 2008 11:19:37 +0200] rev 27560
obsolete (cf. proof_node.ML);
wenzelm [Mon, 14 Jul 2008 11:19:36 +0200] rev 27559
removed Isar/proof_history.ML;
added Isar/proof_node.ML
haftmann [Mon, 14 Jul 2008 11:04:47 +0200] rev 27558
added further simple interfaces
haftmann [Mon, 14 Jul 2008 11:04:46 +0200] rev 27557
simpsets as pre/postprocessors; generic preprocessor now named function transformators
haftmann [Mon, 14 Jul 2008 11:04:42 +0200] rev 27556
unified curried gcd, lcm, zgcd, zlcm
wenzelm [Fri, 11 Jul 2008 23:17:25 +0200] rev 27555
Sorts.weaken: abstract argument;
tuned;
wenzelm [Fri, 11 Jul 2008 23:17:23 +0200] rev 27554
Sorts.weaken: abstract argument;
huffman [Fri, 11 Jul 2008 16:56:20 +0200] rev 27553
instance real_field < field_char_0;
instance star :: (field_char_0) field_char_0
haftmann [Fri, 11 Jul 2008 09:03:25 +0200] rev 27552
re-removed subclass relation real_field < field_char_0: coregularity violation in NSA/HyperDef
haftmann [Fri, 11 Jul 2008 09:03:11 +0200] rev 27551
Fract now total; improved code generator setup
haftmann [Fri, 11 Jul 2008 09:02:33 +0200] rev 27550
simple inheritance concept
haftmann [Fri, 11 Jul 2008 09:02:32 +0200] rev 27549
tuned thyname lookup
haftmann [Fri, 11 Jul 2008 09:02:31 +0200] rev 27548
fixed layout
haftmann [Fri, 11 Jul 2008 09:02:30 +0200] rev 27547
explicit completions of arities
haftmann [Fri, 11 Jul 2008 09:02:29 +0200] rev 27546
tuned order
haftmann [Fri, 11 Jul 2008 09:02:28 +0200] rev 27545
antiquotation
haftmann [Fri, 11 Jul 2008 09:02:27 +0200] rev 27544
improved code generator setup
haftmann [Fri, 11 Jul 2008 09:02:26 +0200] rev 27543
explicit dependency
haftmann [Fri, 11 Jul 2008 09:02:24 +0200] rev 27542
class instead of axclass
haftmann [Fri, 11 Jul 2008 09:02:23 +0200] rev 27541
tuned import
haftmann [Fri, 11 Jul 2008 09:02:22 +0200] rev 27540
separate class dvd for divisibility predicate
kleing [Fri, 11 Jul 2008 00:35:19 +0200] rev 27539
temporarily disable at-sml-dev-p
wenzelm [Thu, 10 Jul 2008 22:47:26 +0200] rev 27538
updated generated file;
wenzelm [Thu, 10 Jul 2008 21:12:34 +0200] rev 27537
restart: Isar.init_point;
wenzelm [Thu, 10 Jul 2008 21:03:47 +0200] rev 27536
proper_inform_file_processed: Isar.init_point starts fresh command sequence;
wenzelm [Thu, 10 Jul 2008 20:54:00 +0200] rev 27535
activated new versions of undo, kill_proof;
wenzelm [Thu, 10 Jul 2008 20:53:52 +0200] rev 27534
activated new versions of init_toplevel, linear_undo, undo, undos_proof kill;
wenzelm [Thu, 10 Jul 2008 20:53:50 +0200] rev 27533
added print;
wenzelm [Thu, 10 Jul 2008 20:03:30 +0200] rev 27532
added ProofGeneral.isar_kill_proof;
wenzelm [Thu, 10 Jul 2008 20:03:28 +0200] rev 27531
added Isar.init_point, Isar.kill;
wenzelm [Thu, 10 Jul 2008 20:02:55 +0200] rev 27530
export init_point;
added kill, kill_proof;
misc tuning;
wenzelm [Thu, 10 Jul 2008 18:02:34 +0200] rev 27529
added Isar.linear_undo;
wenzelm [Thu, 10 Jul 2008 17:47:40 +0200] rev 27528
tuned;
wenzelm [Thu, 10 Jul 2008 17:43:02 +0200] rev 27527
tty interaction: do not move point after error;
wenzelm [Thu, 10 Jul 2008 17:26:27 +0200] rev 27526
change_lexicons: no verbosity;
wenzelm [Thu, 10 Jul 2008 17:26:25 +0200] rev 27525
added Isar.undo, which emulates old-style undo on global tty state;
wenzelm [Thu, 10 Jul 2008 17:26:23 +0200] rev 27524
provide old-style undo operation (still unused);
clarified command category;
misc tuning;
wenzelm [Thu, 10 Jul 2008 17:26:22 +0200] rev 27523
added prompt markup;
wenzelm [Thu, 10 Jul 2008 13:37:35 +0200] rev 27522
@{lemma}: allow terminal method;
wenzelm [Thu, 10 Jul 2008 13:37:34 +0200] rev 27521
@{lemma}: allow terminal method, close derivation unless (open) mode is given;
wenzelm [Thu, 10 Jul 2008 13:37:33 +0200] rev 27520
added is_diag;
wenzelm [Thu, 10 Jul 2008 13:37:31 +0200] rev 27519
slightly improved @{lemma} (both for latex and ML);
misc tuning;
wenzelm [Thu, 10 Jul 2008 11:17:16 +0200] rev 27518
misc tuning;
more explicit error messages;
ballarin [Thu, 10 Jul 2008 10:58:36 +0200] rev 27517
Fixed (harmless) typo in closing *}.
huffman [Thu, 10 Jul 2008 07:15:19 +0200] rev 27516
by intro_locales -> ..
huffman [Thu, 10 Jul 2008 07:07:54 +0200] rev 27515
instance real_field < field_char_0
huffman [Wed, 09 Jul 2008 22:33:35 +0200] rev 27514
remove redundant lemmas about cmod
wenzelm [Wed, 09 Jul 2008 22:32:17 +0200] rev 27513
removed owner;