Goal True. Proof. let x := constr:(I) in let y := constr:((fun z => z) $x) in
Control.refine (fun _ => y). Qed.
Goal True. Proof. (** Here, Ltac2 should not put its variables in the same environment as Ltac1 otherwise the second binding fails as x is bound but not an
ident. *) let x := constr:(I) in let y := constr:((fun x => x) $x) in
Control.refine (fun _ => y). Qed.
¤ 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.0.7Bemerkung:
¤
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 ist noch experimentell.