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

Quelle  ltac_missing_args.v   Sprache: Coq

 
Set Ltac Backtrace.

Ltac foo x := idtac x.
Ltac bar x := fun y _ => idtac x y.
Ltac baz := foo.
Ltac qux := bar.
Ltac mydo tac := tac ().
Ltac rec x := rec.

Goal True.
  Fail foo.
  Fail bar.
  Fail bar True.
  Fail baz.
  Fail qux.
  Fail mydo ltac:(fun _ _ => idtac).
  Fail let tac := (fun _ => idtac) in tac.
  Fail (fun _ => idtac).
  Fail rec True.
  Fail let rec tac x := tac in tac True.
Abort.

100%


¤ Dauer der Verarbeitung: 0.2 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.