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

Quelle  bug_5300.v   Sprache: Coq

 
Module Test1.

  Module Type Foo.
    Parameter t : unit.
  End Foo.

  Module Bar : Foo.
    Module Type Rnd. Definition t' : unit := tt. End Rnd.
    Module Rnd_inst : Rnd. Definition t' : unit := tt. End Rnd_inst.
    Definition t : unit.
      exact Rnd_inst.t'.
    Qed.
  End Bar.

  Print Assumptions Bar.t.
End Test1.

Module Test2.
  Module Type Foo.
    Parameter t1 : unit.
    Parameter t2 : unit.
  End Foo.

  Module Bar : Foo.
    Inductive ind := .
    Definition t' : unit := tt.
    Definition t1 : unit.
    Proof.
      exact ((fun (_ : ind -> False) => tt) (fun H => match H with end)).
    Qed.
    Definition t2 : unit.
    Proof.
      exact t'.
    Qed.
  End Bar.

  Print Assumptions Bar.t1.
  Print Assumptions Bar.t1.
End Test2.

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

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