products/Sources/formale Sprachen/Coq/test-suite/bugs/closed image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

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

Datei: bug_3664.v   Sprache: Coq

Original von: Coq©

Require Import TestSuite.admit.
Module NonPrim.
  Unset Primitive Projections.
  Record c := { d : Set }.
  Definition a x := d x.
  Goal forall x, a x.
    intro x.
    Fail progress simpl(* [progress simpl] fails correctly *)
    Fail progress cbn. (* [progress cbn] fails correctly *)
    admit.
  Defined.
End NonPrim.

Module Prim.
  Set Primitive Projections.
  Record c := { d : Set }.
  Definition a x := d x.
  Goal forall x, a x.
    intro x.
    Fail progress simpl(* [progress simpl] fails correctly *)
    Fail progress cbn. (* [cbn] succeeds incorrectly, giving [d x] *)
    admit.
  Defined.
End Prim.

¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




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.


Bot Zugriff