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

Garbage-collect options in sanity.v #80

Merged
merged 1 commit into from May 12, 2024
Merged

Conversation

andres-erbsen
Copy link
Contributor

No description provided.

(** A version of [intuition] that allows you to see how the old
[intuition] tactic solves the proof. *)
Ltac debug_intuition := idtac "<infomsg>Warning: debug_intuition should not be used in production code.</infomsg>"; intuition debug auto with *.
Ltac Tauto.intuition_solver ::= auto with core.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is a new thing, you can do something like

Suggested change
Ltac Tauto.intuition_solver ::= auto with core.
Module Coq. Module ???. Module Tauto. Ltac intuition_solver := idtac. End Tauto. End ???. End Coq.
Ltac Coq.???.Tauto.intuition_solver ::= auto with core.

And rely on Coq refusing to shadow absolute names.

@samuelgruetter samuelgruetter merged commit 309fe7e into master May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants