huffman [Wed, 18 Apr 2012 15:48:32 +0200] rev 47544
move constant 'Respects' into Lifting.thy;
add quantifier transfer rules for quotients
wenzelm [Wed, 18 Apr 2012 20:42:55 +0200] rev 47543
more friendly sendback rendering, using green and "frisches Steingrau";
wenzelm [Wed, 18 Apr 2012 20:22:44 +0200] rev 47542
more robust Sendback handling: JVM/jEdit paranoia for case matching, treat Pretty body not just XML.Text, replace proper_range only (without trailing whitespace);
wenzelm [Wed, 18 Apr 2012 18:31:48 +0200] rev 47541
approximative file position for Pure entities;
wenzelm [Wed, 18 Apr 2012 17:32:34 +0200] rev 47540
render last ML_TYPING only -- relevant for inline antiquotations like @{term};
wenzelm [Wed, 18 Apr 2012 16:53:00 +0200] rev 47539
flat presentation of collective markup;
huffman [Wed, 18 Apr 2012 15:09:07 +0200] rev 47538
add lemma Quotient_abs_induct
huffman [Wed, 18 Apr 2012 14:59:04 +0200] rev 47537
more usage of context blocks
huffman [Wed, 18 Apr 2012 14:34:25 +0200] rev 47536
use context block
huffman [Wed, 18 Apr 2012 12:15:20 +0200] rev 47535
lifting_setup generates transfer rule for rep of typedefs
huffman [Wed, 18 Apr 2012 10:52:49 +0200] rev 47534
use context block to organize typedef lifting theorems
blanchet [Wed, 18 Apr 2012 10:53:28 +0200] rev 47533
avoid generating syntactically invalid patterns (with "if_then_else") in SMT-LIB files
blanchet [Wed, 18 Apr 2012 10:53:28 +0200] rev 47532
compile
blanchet [Wed, 18 Apr 2012 10:53:28 +0200] rev 47531
get rid of minor optimization that caused strange problems and was hard to debug (and apparently saved less than 100 ms on a 30 s run)
blanchet [Wed, 18 Apr 2012 10:53:27 +0200] rev 47530
doc update
blanchet [Wed, 18 Apr 2012 10:53:27 +0200] rev 47529
display more messages, now that more provers are run by default
sultana [Tue, 17 Apr 2012 23:22:40 +0100] rev 47528
added testing of tptp problem names;
sultana [Tue, 17 Apr 2012 23:22:40 +0100] rev 47527
tidied exception-handling relating to tptp problem names;
sultana [Tue, 17 Apr 2012 23:22:40 +0100] rev 47526
updated TPTP's ROOT.ML to include TPTP_Interpret;
wenzelm [Tue, 17 Apr 2012 23:24:46 +0200] rev 47525
retain ISABELLE_HOME_WINDOWS which is useful for jEdit to fold file names symbolically, but without DOS expansion that causes problems with Cygwin/Posix roundtrip (cf. 5a7903ba2dac);
wenzelm [Tue, 17 Apr 2012 22:26:36 +0200] rev 47524
updated to scala-2.9.2;
huffman [Tue, 17 Apr 2012 14:00:09 +0200] rev 47523
make transfer method more deterministic by using SOLVED' on some subgoals
wenzelm [Tue, 17 Apr 2012 20:48:07 +0200] rev 47522
accomodate ProofGeneral as Isabelle component, with adhoc version switch for Cygwin as before;
kuncar [Tue, 17 Apr 2012 19:16:13 +0200] rev 47521
tuned the setup of lifting; generate transfer rules for typedef and Quotient thms
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47520
improved exception-handling in tptp;
tuned;
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47519
simplified interpretation of '$i';
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47518
more cleaning of tptp tests;
sultana [Tue, 17 Apr 2012 16:14:07 +0100] rev 47517
improved tptp_graph robustness by relying on thy;
reused cleanup code;
improved messages;