src/HOL/Tools/Nitpick/nitpick_rep.ML
changeset 34123 c4988215a691
parent 33982 1ae222745c4a
child 34936 c4f04bee79f3
--- a/src/HOL/Tools/Nitpick/nitpick_rep.ML	Mon Dec 14 12:31:00 2009 +0100
+++ b/src/HOL/Tools/Nitpick/nitpick_rep.ML	Mon Dec 14 16:48:49 2009 +0100
@@ -299,7 +299,7 @@
      | z => Func z)
   | best_non_opt_set_rep_for_type scope T = best_one_rep_for_type scope T
 fun best_set_rep_for_type (scope as {datatypes, ...}) T =
-  (if is_precise_type datatypes T then best_non_opt_set_rep_for_type
+  (if is_exact_type datatypes T then best_non_opt_set_rep_for_type
    else best_opt_set_rep_for_type) scope T
 fun best_non_opt_symmetric_reps_for_fun_type (scope as {ofs, ...})
                                              (Type ("fun", [T1, T2])) =