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

Quelle  bug_2320.v   Sprache: Coq

 
(* Managing metavariables in the return clause of a match *)

(* This was working in 8.1 but is failing in 8.2 and 8.3. It works in
   trunk thanks to the new proof engine. It could probably made to work in
   8.2 and 8.3 if a return predicate of the form "dummy 0" instead of
   (or in addition to) a sophisticated predicate of the form
   "as x in dummy y return match y with 0 => ?P | _ => ID end" *)


Inductive dummy : nat -> Prop := constr : dummy 0.

Lemma failure : forall (x : dummy 0), x = constr.
Proof.
intros x.
refine (match x with constr => _ end).
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.