src/HOL/Integ/cooper_dec.ML
changeset 16299 872ad146bb14
parent 15965 f422f8283491
child 16389 48832eba5b1e
--- a/src/HOL/Integ/cooper_dec.ML	Mon Jun 06 13:30:21 2005 +0200
+++ b/src/HOL/Integ/cooper_dec.ML	Mon Jun 06 13:43:39 2005 +0200
@@ -198,9 +198,9 @@
         if is_numeral s' then (linear_cmul (dest_numeral s') t') 
         else if is_numeral t' then (linear_cmul (dest_numeral t') s') 
  
-         else (warning "lint: apparent nonlinearity"; raise COOPER)
+         else raise COOPER
          end 
-  |_ =>  error ("COOPER:lint: unknown term  \n");
+  |_ =>  raise COOPER;