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

Quelle  bug_5481.v   Sprache: Coq

 
(* Bug #5481 *)

Set Universe Polymorphism.

Parameter P : Type -> Type -> Prop.
Parameter A : Type.
Lemma foo (B : Type) (H : P A B) : P A B.
Proof.
  congruence.
Qed.

(* An example with types hidden behind "match" *)

Parameter b : unit.
Lemma foo2 (B : Type) (H : (let () := b in P) A B) : (let () := b in P) A B.
Proof.
  congruence.
Qed.

(* Bug #9979, with f_equal *)

Record Map(K V: Type) := {
  rep: Type;
  put: rep -> K -> V -> rep;
}.

Section Test.
  Universes u1 u2 u3 u4 u5 u6.

  Goal forall K V (M: Map K V) (k: K) (v: V) (m: rep K V M),
      put@{u1 u2 u3} K V M m k v = put@{u4 u5 u6} K V M m k v.
  Proof.
    intros.
    f_equal.
  Qed.

End Test.

(* An example with unification of monomorphic universe levels *)

Unset Universe Polymorphism.

Lemma foo3 (B : Type) : Type.
Proof.
  congruence.
Qed.

99%


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