Tue, 20 Dec 2005 04:27:46 +0100Added functions for fol_type; also put some functions to the signature, used by ResHolClause.
mengj [Tue, 20 Dec 2005 04:27:46 +0100] rev 18439
Added functions for fol_type; also put some functions to the signature, used by ResHolClause.

Mon, 19 Dec 2005 16:07:19 +0100made the changes according to Florian's re-arranging of
urbanc [Mon, 19 Dec 2005 16:07:19 +0100] rev 18438
made the changes according to Florian's re-arranging of
tuples (everything up to 19th December).

Mon, 19 Dec 2005 15:29:51 +0100added proofs to show that every atom-kind combination
urbanc [Mon, 19 Dec 2005 15:29:51 +0100] rev 18437
added proofs to show that every atom-kind combination
is in the respective finite-support class (now have to
adjust the files according to Florian's changes)

Mon, 19 Dec 2005 12:58:15 +0100added thms to perm_compose (so far only composition
urbanc [Mon, 19 Dec 2005 12:58:15 +0100] rev 18436
added thms to perm_compose (so far only composition
theorems were included where the type of the permutation
was equal)

Mon, 19 Dec 2005 12:09:56 +0100tuned one comment
urbanc [Mon, 19 Dec 2005 12:09:56 +0100] rev 18435
tuned one comment

Mon, 19 Dec 2005 12:08:16 +0100fixed a bug that occured when more than one atom-type
urbanc [Mon, 19 Dec 2005 12:08:16 +0100] rev 18434
fixed a bug that occured when more than one atom-type
is declared.

Mon, 19 Dec 2005 09:19:08 +0100fixed proof
nipkow [Mon, 19 Dec 2005 09:19:08 +0100] rev 18433
fixed proof

Sun, 18 Dec 2005 20:10:15 +0100more cleaning up - this time of the cp-instance
urbanc [Sun, 18 Dec 2005 20:10:15 +0100] rev 18432
more cleaning up - this time of the cp-instance
proofs

Sun, 18 Dec 2005 14:36:42 +0100improved the finite-support proof
urbanc [Sun, 18 Dec 2005 14:36:42 +0100] rev 18431
improved the finite-support proof

added finite support proof for options (I am
surprised that one does not need more fs-proofs;
at the moment only lists, products, units and
atoms are shown to be finitely supported (of
course also every nominal datatype is finitely
supported))

deleted pt_bool_inst - not necessary because discrete
types are treated separately in nominal_atoms

Sun, 18 Dec 2005 13:38:06 +0100improved the code for showing that a type is
urbanc [Sun, 18 Dec 2005 13:38:06 +0100] rev 18430
improved the code for showing that a type is
in the pt-axclass (I try to slowly overcome
my incompetence with such ML-code).