RequireImport TestSuite.admit. Module NonPrim. Unset Primitive Projections.
Record c := { d : Set }. Definition a x := d x. Goalforall x, a x. intro x.
Fail progress simpl. (* [progress simpl] fails correctly *)
Fail progress cbn. (* [progress cbn] fails correctly *)
admit. Defined. End NonPrim.
Module Prim. Set Primitive Projections.
Record c := { d : Set }. Definition a x := d x. Goalforall x, a x. intro x.
Fail progress simpl. (* [progress simpl] fails correctly *)
Fail progress cbn. (* [cbn] succeeds incorrectly, giving [d x] *)
admit. Defined. End Prim.
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
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 und die Messung sind noch experimentell.