Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tactic param in favor of trocq #10

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/Example.v
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ Goal
(* forall (X : forall (A : Type@{i}), A -> Type@{i}) (A : Type@{i}) (a : A), A -> X A a -> A. *)
(* forall (T : (Type@{i} -> Type@{j})) (F : ((Type@{i} -> Type@{j}) -> Type@{k})), F T. *)
Proof.
param.
trocq.
Abort.
5 changes: 2 additions & 3 deletions theories/Param.v
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Elpi Query lp:{{
).
}}.

Elpi Tactic param.
Elpi Tactic trocq.
Elpi Accumulate Db trocq.db.
Elpi Accumulate File annot.
Elpi Accumulate File util.
Expand Down Expand Up @@ -201,5 +201,4 @@ Elpi Accumulate lp:{{
}}.
Elpi Typecheck.

Tactic Notation "param" := elpi param.
Tactic Notation "trocq" := elpi param.
Tactic Notation "trocq" := elpi trocq.
Loading