src/HOL/Tools/Function/termination.ML
changeset 35408 b48ab741683b
parent 35404 de56579ae229
child 35625 9c818cab0dd0
--- a/src/HOL/Tools/Function/termination.ML	Sat Feb 27 22:52:25 2010 +0100
+++ b/src/HOL/Tools/Function/termination.ML	Sat Feb 27 23:13:01 2010 +0100
@@ -51,9 +51,10 @@
 
 open Function_Lib
 
-val term2_ord = prod_ord TermOrd.fast_term_ord TermOrd.fast_term_ord
+val term2_ord = prod_ord Term_Ord.fast_term_ord Term_Ord.fast_term_ord
 structure Term2tab = Table(type key = term * term val ord = term2_ord);
-structure Term3tab = Table(type key = term * (term * term) val ord = prod_ord TermOrd.fast_term_ord term2_ord);
+structure Term3tab =
+  Table(type key = term * (term * term) val ord = prod_ord Term_Ord.fast_term_ord term2_ord);
 
 (** Analyzing binary trees **)