Mon, 02 May 2011 12:09:33 +0200renamed theory to make its purpose clearer
blanchet [Mon, 02 May 2011 12:09:33 +0200] rev 43472
renamed theory to make its purpose clearer

Mon, 02 May 2011 10:50:09 +0200fixing typo
bulwahn [Mon, 02 May 2011 10:50:09 +0200] rev 43471
fixing typo

Mon, 02 May 2011 10:50:09 +0200improving naming of fresh variables in OCaml serializer
bulwahn [Mon, 02 May 2011 10:50:09 +0200] rev 43470
improving naming of fresh variables in OCaml serializer

Mon, 02 May 2011 10:50:07 +0200adding code generation setup for String.implode and String.explode in OCaml (contributed by Andreas Lochbihler)
bulwahn [Mon, 02 May 2011 10:50:07 +0200] rev 43469
adding code generation setup for String.implode and String.explode in OCaml (contributed by Andreas Lochbihler)

Mon, 02 May 2011 01:20:28 +0200merged;
wenzelm [Mon, 02 May 2011 01:20:28 +0200] rev 43468
merged;

Mon, 02 May 2011 01:05:50 +0200modernized rail diagrams using @{rail} antiquotation;
wenzelm [Mon, 02 May 2011 01:05:50 +0200] rev 43467
modernized rail diagrams using @{rail} antiquotation;

Mon, 02 May 2011 01:05:24 +0200tuning
blanchet [Mon, 02 May 2011 01:05:24 +0200] rev 43466
tuning

Mon, 02 May 2011 01:05:14 +0200fixed parsing of multiple negations (e.g. ~~~p) found in Vampire proofs
blanchet [Mon, 02 May 2011 01:05:14 +0200] rev 43465
fixed parsing of multiple negations (e.g. ~~~p) found in Vampire proofs

Sun, 01 May 2011 22:36:58 +0200use "metis", not "metisFT", to reconstruct proofs found in fully-typed mode -- "metisFT" is just too slow...
blanchet [Sun, 01 May 2011 22:36:58 +0200] rev 43464
use "metis", not "metisFT", to reconstruct proofs found in fully-typed mode -- "metisFT" is just too slow...

Sun, 01 May 2011 21:53:32 +0200beware 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 21:53:32 +0200] rev 43463
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)