products/sources/formale Sprachen/Coq/test-suite/bugs/opened image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: bug_3928.v-disabled   Sprache: Unknown

Spracherkennung für: .v-disabled vermutete Sprache: Text {Text[198] Fortran[204] BAT[351]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

Set Primitive Projections.
Record foo := { foom :> Type }.
Canonical Structure default_foo := fun T => {| foom := T |}.
Record bar T := { bar1 : T }.
Goal forall (s : foo) (x : foom s), True.
Proof.
  intros.
  Timeout 1 pose (x : bar _) as x'.

[ Dauer der Verarbeitung: 0.115 Sekunden  ]