Spracherkennung für: .v-disabled vermutete Sprache: Text {Text[198] Fortran[204] BAT[351]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
Set Primitive Projections.
Record foo := { foom :> Type }.
Canonical Structure default_foo := fun T => {| foom := T |}.
Record bar T := { bar1 : T }.
Goal forall (s : foo) (x : foom s), True.
Proof.
intros.
Timeout 1 pose (x : bar _) as x'.
[ Dauer der Verarbeitung: 0.181 Sekunden
]