src/Pure/term_ord.ML
changeset 35406 1f1a1987428a
parent 35404 de56579ae229
child 35408 b48ab741683b
--- a/src/Pure/term_ord.ML	Sat Feb 27 22:41:22 2010 +0100
+++ b/src/Pure/term_ord.ML	Sat Feb 27 22:52:06 2010 +0100
@@ -226,6 +226,8 @@
 structure Basic_Term_Ord: BASIC_TERM_ORD = TermOrd;
 open Basic_Term_Ord;
 
-
+structure Var_Graph = Graph(type key = indexname val ord = TermOrd.fast_indexname_ord);
+structure Sort_Graph = Graph(type key = sort val ord = TermOrd.sort_ord);
+structure Typ_Graph = Graph(type key = typ val ord = TermOrd.typ_ord);
 structure Term_Graph = Graph(type key = term val ord = TermOrd.fast_term_ord);