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

SSL bug_12521.v   Sprache: Coq

 
Inductive foo :=
| F0 : nat -> foo
| F1 : bar -> foo

with bar :=
| B1 : foo -> bar.

Section Def.

(* Putting this variable here breaks simpl below *)

Variable f : nat -> nat.

Fixpoint eval_foo x :=
  match x with
  | F0 n => f n
  | F1 x => eval_bar x
  end

with eval_bar x :=
  match x with
  | B1 x => eval_foo x
  end.

End Def.

Goal forall f x, eval_foo f (F1 x) = eval_bar f x.
Proof.
introssimpl.
match goal with [ |- eval_bar f x = eval_bar f x ] => idtac end.
trivial.
Qed.

100%


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