webertj [Wed, 14 Mar 2007 01:35:02 +0100] rev 22441
is_nnf/is_cnf added, defcnf does nothing now if the formula already is in CNF
urbanc [Tue, 13 Mar 2007 08:49:58 +0100] rev 22440
deleted function for defining candidates and used nominal_primrec instead
wenzelm [Mon, 12 Mar 2007 19:23:49 +0100] rev 22439
syntax: proper body priorty for derived binders;
wenzelm [Mon, 12 Mar 2007 19:23:48 +0100] rev 22438
tuned;
narboux [Mon, 12 Mar 2007 16:25:39 +0100] rev 22437
removes some unused code that used to try to derive a simpler version of the eqvt lemmas
berghofe [Mon, 12 Mar 2007 11:07:59 +0100] rev 22436
Adapted to new inductive definition package.
haftmann [Sun, 11 Mar 2007 15:02:44 +0100] rev 22435
clarified code
berghofe [Sat, 10 Mar 2007 16:31:55 +0100] rev 22434
- Replaced fold by fold_rev to make sure that list of predicate
variables pvars (for invariants) is in the correct order
- Adapted to new format of datatype descriptor
berghofe [Sat, 10 Mar 2007 16:28:06 +0100] rev 22433
- Changed format of descriptor contained in nominal_datatype_info
- Equivariance proof for graph of primrec combinator no longer
uses large simpset (more robust).
berghofe [Sat, 10 Mar 2007 16:25:57 +0100] rev 22432
Renamed INF to INFM to avoid clash with INF operator defined in FixedPoint theory.