Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/test-suite/success/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 525 B image not shown  

Quelle  primitive_strategy.v   Sprache: Coq

 
#[projections(primitive)]
Record r := R { f : unit }.

Definition rv := {| f := tt |}.

Module Reduction.
  Ltac syn_eq := lazymatch goal with |- tt = tt => reflexivity end.

  Goal rv.(f) = tt.
  Proof.
    Succeed lazy; syn_eq.
    Fail with_strategy opaque [f] lazy; syn_eq.

    Succeed cbn; syn_eq.
    Fail with_strategy opaque [f] cbn; syn_eq.

    Succeed simpl; syn_eq.
    Fail with_strategy opaque [f] simpl; syn_eq.

    Succeed cbv; syn_eq.
    Fail with_strategy opaque [f] cbv; syn_eq.
  Abort.
End Reduction.

Messung V0.5
C=94 H=98 G=95

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