further standard instances of functor Graph;
authorwenzelm
Sat, 27 Feb 2010 22:52:06 +0100
changeset 35406 1f1a1987428a
parent 35405 fc130c5e81ec
child 35407 980d4194a212
further standard instances of functor Graph;
src/Pure/term_ord.ML
--- 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);