Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/ACCoRD/pvsbin/   (PVS Prover Version 6.0.9©)  Datei vom 8.10.2014 mit Größe 458 kB image not shown  

Impressum bug_3777.v   Sprache: unbekannt

 
Unset Strict Universe Declaration.
Module WithoutPoly.
  Unset Universe Polymorphism.
  Definition foo (A : Type@{i}) (B : Type@{i}) := A -> B.
  Set Printing Universes.
  Definition bla := ((@foo : Set -> _ -> _) : _ -> Type -> _).
  (* ((fun A : Set => foo A):Set -> Type@{Top.55} -> Type@{Top.55})
:Set -> Type@{Top.55} -> Type@{Top.55}
     : Set -> Type@{Top.55} -> Type@{Top.55}
(*  |= Set <= Top.55
         *)

End WithoutPoly.
Module WithPoly.
  Set Universe Polymorphism.
  Definition foo (A : Type@{i}) (B : Type@{i}) := A -> B.
  Set Printing Universes.
  Fail Check ((@foo : Set -> _ -> _) : _ -> Type -> _).
End WithPoly.

Messung V0.5 in Prozent
C=98 H=99 G=98

[Seitenstruktur0.2Druckenetwas mehr zur Ethik2026-06-04]