src/HOL/Tools/Nitpick/nitpick.ML
changeset 35075 888802be2019
parent 35070 96136eb6218f
child 35177 168041f24f80
--- a/src/HOL/Tools/Nitpick/nitpick.ML	Fri Feb 05 11:24:53 2010 +0100
+++ b/src/HOL/Tools/Nitpick/nitpick.ML	Fri Feb 05 12:04:54 2010 +0100
@@ -339,7 +339,7 @@
     fun is_type_always_monotonic T =
       (is_datatype thy T andalso not (is_quot_type thy T) andalso
        (not (is_pure_typedef thy T) orelse is_univ_typedef thy T)) orelse
-      is_number_type thy T orelse is_bit_type T orelse T = @{typ \<xi>}
+      is_number_type thy T orelse is_bit_type T
     fun is_type_monotonic T =
       unique_scope orelse
       case triple_lookup (type_match thy) monos T of