src/HOL/Tools/Nitpick/nitpick_preproc.ML
changeset 38207 792b78e355e7
parent 38206 78403fcd0ec5
child 38215 1c7d7eaebdf2
--- a/src/HOL/Tools/Nitpick/nitpick_preproc.ML	Thu Aug 05 15:44:54 2010 +0200
+++ b/src/HOL/Tools/Nitpick/nitpick_preproc.ML	Thu Aug 05 18:00:50 2010 +0200
@@ -961,7 +961,7 @@
                     (nondef_props_for_const thy true choice_spec_table x) accum
              else if is_abs_fun ctxt x then
                if is_quot_type thy (range_type T) then
-                 raise NOT_SUPPORTED "\"Abs_\" function of quotient type"
+                 accum
                else
                  accum |> fold (add_nondef_axiom depth)
                                (nondef_props_for_const thy false nondef_table x)
@@ -972,7 +972,7 @@
                                                     (extra_table def_table s) x)
              else if is_rep_fun ctxt x then
                if is_quot_type thy (domain_type T) then
-                 raise NOT_SUPPORTED "\"Rep_\" function of quotient type"
+                 accum
                else
                  accum |> fold (add_nondef_axiom depth)
                                (nondef_props_for_const thy false nondef_table x)