Declare ML Module"rocq-runtime.plugins.ltac". GlobalSet Default Proof Mode "Classic".
Inductive paths {A : Type} (a : A) : forall _:A, Type := idpath : paths a a. Axiom transport : forall {A : Type} (x : A) (p : paths x x), paths x x. Lemma t (x : Type) (eq : paths x x) : paths (transport x eq) (transport x eq).
Fail rewrite eq.
Succeed tryrewrite eq. Abort.
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.