Thank you @Gaëtan Gilbert ! How can I use run
or apply
correctly then?
Require Import Ltac2.Ltac2.
Goal True -> True -> True.
Proof.
Ltac1.run ltac1val:(intros x).
Ltac1.apply ltac1val:(fun H => intros H) [Ltac1.of_ident ident:(y)] (fun tac => Ltac1.run tac).
Great ! Thank you again !!
Louise Dubois de Prisque has marked this topic as resolved.
Last updated: Oct 12 2024 at 12:01 UTC