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

Quelle  bug_17298.v   Sprache: Coq

 
Goal True.
let c := open_constr:(_) in
let _ := open_constr:(c : nat) in
pose (x:=c);
pose (y := c).

(* evars remain, do not use the kernel *)
Check (eq_refl : x = y).

(* evars remain, since we don't recheck with the kernel this is accepted *)
Check (ltac:(exact_no_check (@eq_refl nat 0)) : x = y).

(* no evars, check that the kernel got the normalized env *)
Check (eq_refl : x = 0).

Fail Check (ltac:(let _ := open_constr:(eq_refl : x = 0) in
                  exact_no_check (@eq_refl nat 1)) : x = 0).
Abort.

Messung V0.5
C=95 H=99 G=96

¤ 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 und die Messung sind noch experimentell.