Closed pi8027 closed 2 years ago
I see. Anyway, for debug it is better to use another API which I shall bound
Are you sure a #[debug] or #[verbose] attribute would not be better?
Ah, using the attribute mechanism is indeed better. I will try to implement that.
@gares It seems that tactic notations cannot take attributes. Do I miss something? https://github.com/math-comp/algebra-tactics/blob/d2882619a5ee9f98fd0b92c3efb8d82eac396bb0/theories/ring.v#L705-L706
some limitations: https://github.com/LPCIC/coq-elpi#attributes
Now that I think about it, if you pick a different syntax for the delimiter, then there is no conflict... but yea, not super nice :-/
@gares Apparently,
Require Import lib
does not make an option added bylib
usingcoq.option.add
available. I will open an issue.