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

Quelle  bug_20564.v   Sprache: Coq

 
Require Import Ltac2.Ltac2.

Fail Ltac2 rec compile1 (cenv : constr list) : constr :=
  (*                ^^^^                               *)
  (* Error: This expression has type constr but an expression was expected of type
constr list *)

  x.

Fail Ltac2 compile2 (cenv : constr list) : constr :=
  x. (* Error: Unbound value x *)

Fail Ltac2 rec compile3 (cenv : constr) : constr :=
  x. (* Compiles "correctly" *)

Fail Ltac2 compile3 (cenv : constr) : constr :=
  x. (* Error: Unbound value x *)

99%


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