Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/toolkit/mozapps/extensions/   (Linux Kernel Version 6.17.9©)  Datei vom 27.6.2026 mit Größe 36 kB image not shown  

Quelle  bug_3305.v   Sprache: unbekannt

 
Require Export Corelib.Classes.RelationClasses.

Section defs.
  Variable A : Type.
  Variable lt : A -> A -> Prop.
  Context {ltso : StrictOrder lt}.

  Goal forall (a : A), lt a a -> False.
  Proof.
    intros a H.
    contradict (irreflexivity H).
  Qed.
End defs.

Messung V0.5 in Prozent
C=96 H=99 G=97

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-06-04]