src/HOL/Tools/Ctr_Sugar/ctr_sugar.ML
changeset 62326 3cf7a067599c
parent 62322 d2db9719ffb8
child 63064 2f18172214c8
--- a/src/HOL/Tools/Ctr_Sugar/ctr_sugar.ML	Tue Feb 16 22:28:19 2016 +0100
+++ b/src/HOL/Tools/Ctr_Sugar/ctr_sugar.ML	Wed Feb 17 11:54:34 2016 +0100
@@ -897,11 +897,11 @@
               val nontriv_disc_thmss =
                 map2 (fn b => if is_disc_binding_valid b then I else K []) disc_bindings disc_thmss;
 
-              fun is_discI_boring b =
+              fun is_discI_triv b =
                 (n = 1 andalso Binding.is_empty b) orelse Binding.eq_name (b, equal_binding);
 
               val nontriv_discI_thms =
-                flat (map2 (fn b => if is_discI_boring b then K [] else single) disc_bindings
+                flat (map2 (fn b => if is_discI_triv b then K [] else single) disc_bindings
                   discI_thms);
 
               val (distinct_disc_thms, (distinct_disc_thmsss', distinct_disc_thmsss)) =