src/HOL/Tools/Function/termination.ML
changeset 57959 1bfed12a7646
parent 56231 b98813774a63
child 59582 0fbed69ff081
--- a/src/HOL/Tools/Function/termination.ML	Sat Aug 16 19:01:31 2014 +0200
+++ b/src/HOL/Tools/Function/termination.ML	Sat Aug 16 19:20:11 2014 +0200
@@ -199,7 +199,7 @@
     val thy = Proof_Context.theory_of ctxt
     val sk = mk_sum_skel rel
     val Ts = node_types sk T
-    val M = Inttab.make (map_index (apsnd (MeasureFunctions.get_measure_functions ctxt)) Ts)
+    val M = Inttab.make (map_index (apsnd (Measure_Functions.get_measure_functions ctxt)) Ts)
     val chain_cache = Cache.create Term2tab.empty Term2tab.lookup Term2tab.update
       (prove_chain thy chain_tac)
     val descent_cache = Cache.create Term3tab.empty Term3tab.lookup Term3tab.update