wenzelm [Thu, 01 Dec 2005 18:44:47 +0100] rev 18322
cpu time = user + system;
wenzelm [Thu, 01 Dec 2005 18:41:46 +0100] rev 18321
replaced lib/scripts/showtime by more advanced lib/scripts/timestart|stop.bash;
berghofe [Thu, 01 Dec 2005 18:41:44 +0100] rev 18320
assoc_consts and assoc_types now check number of arguments in template.
berghofe [Thu, 01 Dec 2005 18:39:08 +0100] rev 18319
Added new component "sorts" to record datatype_info.
wenzelm [Thu, 01 Dec 2005 18:37:39 +0100] rev 18318
timestop - report timing based on environment (cf. timestart.bash);
wenzelm [Thu, 01 Dec 2005 18:37:22 +0100] rev 18317
timestart - setup bash environment for timing;
berghofe [Thu, 01 Dec 2005 17:07:50 +0100] rev 18316
Improved norm_proof to handle proofs containing term (type) variables
with same name but different types (sorts): Offending term (type)
variables are replaced by dummy (T)Frees before applying the
substitution.