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

Quelle  mod_decl.v   Sprache: Coq

 
Module Type SIG.
  Axiom A : Set.
End SIG.

Module M0.
  Definition A : Set.
  exact nat.
  Qed.
End M0.

Module M1 : SIG.
  Definition A := nat.
End M1.

Module M2 <: SIG.
  Definition A := nat.
End M2.

Module M3 := M0.

Module M4 : SIG := M0.

Module M5 <: SIG := M0.


Module F (X: SIG) := X.


Module Type T.

  Module M0.
    Axiom A : Set.
  End M0.

  Declare Module M1: SIG.

  Module M2 <: SIG.
    Definition A := nat.
  End M2.

  Module M3 := M0.

  Module M4 : SIG := M0.

  Module M5 <: SIG := M0.

  Module M6 := F M0.

End T.

97%


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