CONTRIBUTORS
author obua
Tue, 07 Jun 2005 06:39:39 +0200
changeset 16308 636a1a84977a
parent 16252 8cddc62ed170
child 16868 eaafda56b14c
permissions -rw-r--r--
1) Fixed bug in Defs.merge_edges_1. 2) Major optimization of Defs.define: do not store dependencies between constants that cannot introduce cycles anyway. In that way, the cycle test adds almost no overhead to theories that define their constants in HOL-light / HOL4 style. 3) Cleaned up Defs.graph, no superfluous name tags are stored anymore.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15968
wenzelm
parents:
diff changeset
     1
wenzelm
parents:
diff changeset
     2
* May 2005: Rafal Kolanski, NICTA
wenzelm
parents:
diff changeset
     3
  Substantially improved retrieval of facts from theory/proof context.
15993
99320adfbf3a updated;
wenzelm
parents: 15968
diff changeset
     4
99320adfbf3a updated;
wenzelm
parents: 15968
diff changeset
     5
* May 2005: Florian Haftmann, TUM
99320adfbf3a updated;
wenzelm
parents: 15968
diff changeset
     6
  Several new antiquotation.
15994
dd9023d84f44 proper Id line;
wenzelm
parents: 15993
diff changeset
     7
16252
8cddc62ed170 Lucas Dixon;
wenzelm
parents: 15994
diff changeset
     8
* February 2005: Lucas Dixon, University of Edinburgh
8cddc62ed170 Lucas Dixon;
wenzelm
parents: 15994
diff changeset
     9
  Substantially improved subst method.
8cddc62ed170 Lucas Dixon;
wenzelm
parents: 15994
diff changeset
    10
15994
dd9023d84f44 proper Id line;
wenzelm
parents: 15993
diff changeset
    11
$Id$