src/Tools/code/code_funcgr.ML
changeset 30202 2775062fd3a9
parent 30024 5e9d471afef3
child 30242 aea5d7fa7ef5
--- a/src/Tools/code/code_funcgr.ML	Mon Mar 02 16:58:39 2009 +0100
+++ b/src/Tools/code/code_funcgr.ML	Mon Mar 02 16:58:39 2009 +0100
@@ -3,9 +3,11 @@
 
 Retrieving, normalizing and structuring code equations in graph
 with explicit dependencies.
+
+Legacy.  To be replaced by Tools/code/code_wellsorted.ML
 *)
 
-signature CODE_FUNCGR =
+signature CODE_WELLSORTED =
 sig
   type T
   val eqns: T -> string -> (thm * bool) list
@@ -21,7 +23,7 @@
   val timing: bool ref
 end
 
-structure Code_Funcgr : CODE_FUNCGR =
+structure Code_Wellsorted : CODE_WELLSORTED =
 struct
 
 (** the graph type **)