(* Check the presence of [fix_proto] so that a preliminary work done on
obligations can be done automatically *)
ProgramFixpoint do_bug m : { k : nat | exists u : nat, k = m } := match m with
| 0 => 0
| S m' => S (do_bug m') end.
Next Obligation. exists 0. reflexivity. Qed.
Next Obligation. exists 0. reflexivity. Defined.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.