Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Netbeans/platform/o.n.swing.laf.dark/   (Apache JAVA IDE Version 28©)  Datei vom 3.10.2025 mit Größe 258 B image not shown  

Quelle  bug_3923.v   Sprache: unbekannt

 
Require Corelib.extraction.Extraction.

Module Type TRIVIAL.
Parameter t:Type.
End TRIVIAL.

Module MkStore (Key : TRIVIAL).

Module St : TRIVIAL.
Definition t := unit.
End St.

End MkStore.



Module Type CERTRUNTIMETYPES (B  : TRIVIAL).

Parameter cert_fieldstore : Type.
Parameter empty_fieldstore : cert_fieldstore.

End CERTRUNTIMETYPES.



Module MkCertRuntimeTypes (B  : TRIVIAL) : CERTRUNTIMETYPES B.

Module FieldStore := MkStore B.

Definition cert_fieldstore := FieldStore.St.t.
Axiom empty_fieldstore : cert_fieldstore.

End MkCertRuntimeTypes.

Extraction MkCertRuntimeTypes. (* Was leading to an uncaught Not_found *)
Extraction TestCompile MkCertRuntimeTypes.

93%


[ zur Elbe Produktseite wechseln0.23Quellennavigators  Analyse erneut starten  ]