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 473 B image not shown  

Quelle  LtacDeprecation.v   Sprache: Coq

 
Set Warnings "+deprecated".

#[deprecated(since = "8.8", note = "Use idtac instead")]
Ltac foo x := idtac.

Goal True.
Fail (foo true).
Abort.

Fail Ltac bar := foo.
Fail Tactic Notation "bar" := foo.

#[deprecated(since = "8.8", note = "Use idtac instead")]
Tactic Notation "bar" := idtac.

Goal True.
Fail bar.
Abort.

Fail Ltac zar := bar.

Set Warnings "-deprecated".

Ltac zar := foo.
Ltac zarzar := bar.

Set Warnings "+deprecated".

Goal True.
zar x.
zarzar.
Abort.

97%


¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© 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.