Module X. (*Set Universe Polymorphism.*) Inductive paths A (x : A) : forall _ : A, Type := idpath : paths A x x. Notation"x = y" := (@paths _ x y) (at level 70, no associativity) : type_scope.
Axioms A B : Type. Axiom P : A = B. Definition foo : A = B.
abstract (rewrite <- P; reflexivity). Defined. End X.
Module Y. (*Set Universe Polymorphism.*) Inductive paths A (x : A) : forall _ : A, Type := idpath : paths A x x. Notation"x = y" := (@paths _ x y) (at level 70, no associativity) : type_scope.
Axioms A B : Type. Axiom P : A = B. Definition foo : (A = B) * (A = B). split; abstract (rewrite <- P; reflexivity). Defined. End Y.
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 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.