src/HOLCF/Tools/Domain/domain_theorems.ML
changeset 33810 38375b16ffd9
parent 33801 e8535acd302c
child 33971 9c7fa7f76950
equal deleted inserted replaced
33809:033831fd9ef3 33810:38375b16ffd9
   996       in (finites, ind) end
   996       in (finites, ind) end
   997   )
   997   )
   998       handle THM _ =>
   998       handle THM _ =>
   999              (warning "Induction proofs failed (THM raised)."; ([], TrueI))
   999              (warning "Induction proofs failed (THM raised)."; ([], TrueI))
  1000            | ERROR _ =>
  1000            | ERROR _ =>
  1001              (warning "Induction proofs failed (ERROR raised)."; ([], TrueI));
  1001              (warning "Cannot prove induction rule"; ([], TrueI));
  1002 
  1002 
  1003 
  1003 
  1004 end; (* local *)
  1004 end; (* local *)
  1005 
  1005 
  1006 (* ----- theorem concerning coinduction ------------------------------------- *)
  1006 (* ----- theorem concerning coinduction ------------------------------------- *)