Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/test-suite/success/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 441 B image not shown  

Quelle  ProgramFixpoint.v   Sprache: Coq

 
Require Import Program.Basics Program.Tactics.

Module ProgramFixProto.

(* Check the presence of [fix_proto] so that a preliminary work done on
   obligations can be done automatically *)


Program Fixpoint 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.

End ProgramFixProto.

89%


¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.