blanchet [Mon, 02 May 2011 15:01:36 +0200] rev 42614
make "debug" more verbose and "verbose" less verbose
blanchet [Mon, 02 May 2011 14:40:57 +0200] rev 42613
use strings to encode type systems in ATP module, to reduce the amount of out-of-place information and also to make it easier to print the type system used
blanchet [Mon, 02 May 2011 14:28:28 +0200] rev 42612
cosmetics
blanchet [Mon, 02 May 2011 14:22:34 +0200] rev 42611
supply type-system defaults for major ATPs
blanchet [Mon, 02 May 2011 14:21:57 +0200] rev 42610
make sure that "file" annotations are read correctly in SInE-E and E proofs
blanchet [Mon, 02 May 2011 14:10:09 +0200] rev 42609
fixed random number invocation
blanchet [Mon, 02 May 2011 13:52:15 +0200] rev 42608
make sure E type information constants are given a weight, even if they don't appear anywhere else
blanchet [Mon, 02 May 2011 13:29:47 +0200] rev 42607
fix ROOT.ML and handle "readable_names" reference slightly more cleanly
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42606
show sorts not just types in Isar proofs + tuning
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42605
Vampire sometimes generates formulas with ~ (not) followed by a quantified subformula, without parentheses -- parse these correctly
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42604
tuning
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42603
make SML/NJ happy
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42602
added TPTP exporter facility -- useful to do experiments with machine learning
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 42601
renamed theory to make its purpose clearer
bulwahn [Mon, 02 May 2011 10:50:09 +0200] rev 42600
fixing typo
bulwahn [Mon, 02 May 2011 10:50:09 +0200] rev 42599
improving naming of fresh variables in OCaml serializer
bulwahn [Mon, 02 May 2011 10:50:07 +0200] rev 42598
adding code generation setup for String.implode and String.explode in OCaml (contributed by Andreas Lochbihler)
wenzelm [Mon, 02 May 2011 01:20:28 +0200] rev 42597
merged;
wenzelm [Mon, 02 May 2011 01:05:50 +0200] rev 42596
modernized rail diagrams using @{rail} antiquotation;
blanchet [Mon, 02 May 2011 01:05:24 +0200] rev 42595
tuning
blanchet [Mon, 02 May 2011 01:05:14 +0200] rev 42594
fixed parsing of multiple negations (e.g. ~~~p) found in Vampire proofs
blanchet [Sun, 01 May 2011 22:36:58 +0200] rev 42593
use "metis", not "metisFT", to reconstruct proofs found in fully-typed mode -- "metisFT" is just too slow...
blanchet [Sun, 01 May 2011 21:53:32 +0200] rev 42592
beware of polymorphic types in typed translation symbol declarations -- match alpha-equivalent types and, more importantly, prevent unsoundnesses by generating type constraints on the arguments of a polymorphic symbols (otherwise "hAPP" can be given any result type)
blanchet [Sun, 01 May 2011 18:57:45 +0200] rev 42591
minor doc fixes