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

Quelle  bug_10504.v   Sprache: Coq

 
Inductive any_list {A} :=
| nil : @any_list A
| cons : forall X, A -> @any_list X -> @any_list A.

Arguments nil {A}.
Arguments cons {A X}.

Notation "[]" := (@nil Type).
Notation "hd :: tl" := (cons hd tl).

Definition xs := true :: 2137 :: false :: 0 :: [].
Fail Definition ys := xs :: xs.

(* Goal ys = ys. produced an anomaly "Unable to handle arbitrary u+k <= v constraints" *)

99%


¤ 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.