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

Quelle  deprecation_definition.v   Sprache: Coq

 
Require Import Corelib.Program.Tactics.

#[deprecated(note="deprecable")]
Lemma depr1 : True.
Proof.
exact I.
Qed.

#[deprecated(note="deprecable")]
Theorem depr2 : True.
Proof.
exact I.
Qed.

#[deprecated(note="deprecable")]
Axiom depr3 : True.

#[deprecated(note="deprecable")]
Definition depr4 := True.

#[deprecated(note="deprecable")]
Program Definition depr5 := True.

#[deprecated(note="deprecable")]
Fixpoint depr6 n := match n with S n => depr6 n | 0 => 1 end.

Check depr1.
Check depr2.
Check depr3.
Check depr4.
Check depr5.
Check depr6.

#[deprecated(note="deprecable"),
  warn(note="be careful", cats="careful, be careful"),
  warn(note="also about bla", cats="careful, careful bla")]
Definition depr7 := True.
Check depr7.

Messung V0.5
C=100 H=93 G=96

¤ Dauer der Verarbeitung: 0.11 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 und die Messung sind noch experimentell.