We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is this comment, in CSpace_C:
CSpace_C
(* Useful: apply (tactic {* let val _ = reset CtacImpl.trace_ceqv; val _ = reset CtacImpl.trace_ctac in all_tac end; *}) *)
This should be moved to CTac.thy, but also documented in crefine-notes.md, after first investigating what exactly it does.
CTac.thy
crefine-notes.md
The same goes for (same file):
(* ML "set CtacImpl.trace_ctac"*)
The text was updated successfully, but these errors were encountered:
Xaphiosis
No branches or pull requests
There is this comment, in
CSpace_C
:This should be moved to
CTac.thy
, but also documented increfine-notes.md
, after first investigating what exactly it does.The same goes for (same file):
The text was updated successfully, but these errors were encountered: