src/HOL/Tools/Nitpick/nitpick_hol.ML
changeset 35408 b48ab741683b
parent 35388 42d39948cace
child 35625 9c818cab0dd0
--- a/src/HOL/Tools/Nitpick/nitpick_hol.ML	Sat Feb 27 22:52:25 2010 +0100
+++ b/src/HOL/Tools/Nitpick/nitpick_hol.ML	Sat Feb 27 23:13:01 2010 +0100
@@ -1122,7 +1122,7 @@
 
 (* term list -> (indexname * typ) list *)
 fun special_bounds ts =
-  fold Term.add_vars ts [] |> sort (TermOrd.fast_indexname_ord o pairself fst)
+  fold Term.add_vars ts [] |> sort (Term_Ord.fast_indexname_ord o pairself fst)
 
 (* indexname * typ -> term -> term *)
 fun abs_var ((s, j), T) body = Abs (s, T, abstract_over (Var ((s, j), T), body))