blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42534
fake type declarations for full-type args and mangled type encodings, so that type assumptions can be discharged
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42533
generate TFF type declarations in typed mode
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42532
no point in keeping indices in Sledgehammer readable var names, since these are disambiguated anyway
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42531
added more rudimentary type support to Sledgehammer's ATP encoding
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42530
fixed type of ATP quantifier types (sic)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42529
added "useful_info" argument to ATP formulas -- this will probably be useful later to specify intro, simp, elim to SPASS
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42528
added support for TFF type declarations
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42527
reintroduced constructor for formulas, and automatically detect which logic to use (TFF or FOF) to avoid clutter
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42526
added room for types in ATP quantifiers
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42525
distinguish FOF and TFF (typed first-order) in ATP abstract syntax tree
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42524
remove experimental feature ("risky overload")
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42523
added (without implementation yet) new type encodings for Sledgehammer/ATP
blanchet [Sun, 01 May 2011 18:37:23 +0200] rev 42522
close ATP formulas universally earlier, so that we can add type predicates
blanchet [Sun, 01 May 2011 18:37:23 +0200] rev 42521
get rid of "explicit_forall" prover-specific option, even if that means some clutter -- foralls will be necessary to attach types to variables
blanchet [Sun, 01 May 2011 18:37:23 +0200] rev 42520
renamings
wenzelm [Sun, 01 May 2011 18:05:09 +0200] rev 42519
tuned;
wenzelm [Sun, 01 May 2011 17:55:29 +0200] rev 42518
include static rail files for old manuals, to make standard make job independent of the "rail" executable;
wenzelm [Sun, 01 May 2011 17:42:21 +0200] rev 42517
simplified keyword markup (without formal checking);
wenzelm [Sun, 01 May 2011 17:41:49 +0200] rev 42516
treat @ as separate keyword;
added @'text' for \isakeyword markup;
wenzelm [Sun, 01 May 2011 17:19:46 +0200] rev 42515
default rail fonts via isabellestyle;
wenzelm [Sun, 01 May 2011 17:13:44 +0200] rev 42514
localized \isabellestyle;
wenzelm [Sun, 01 May 2011 16:56:50 +0200] rev 42513
misc cleanup;
wenzelm [Sun, 01 May 2011 16:52:29 +0200] rev 42512
misc cleanup -- no need to copy style files;
wenzelm [Sun, 01 May 2011 16:36:34 +0200] rev 42511
eliminated copies of isabelle style files;
wenzelm [Sun, 01 May 2011 00:01:59 +0200] rev 42510
use @{rail} antiquotation (with some nested markup);
eliminated separate rail/latex phase;
wenzelm [Sat, 30 Apr 2011 23:27:57 +0200] rev 42509
updated Variable.focus;
wenzelm [Sat, 30 Apr 2011 23:20:50 +0200] rev 42508
allow nested @{antiq} (nonterminal) and @@{antiq} terminal;
wenzelm [Sat, 30 Apr 2011 20:58:36 +0200] rev 42507
tuned;
wenzelm [Sat, 30 Apr 2011 20:48:29 +0200] rev 42506
more robust error handling (NB: Source.source requires total scanner or recover);
tuned;
wenzelm [Sat, 30 Apr 2011 20:07:31 +0200] rev 42505
removed old rail.ML;
wenzelm [Sat, 30 Apr 2011 19:50:39 +0200] rev 42504
railroad diagrams in LaTeX as document antiquotation;
wenzelm [Sat, 30 Apr 2011 18:16:40 +0200] rev 42503
more uniform variations of scan_string;