You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tactics unlike proofs, definitions, etc. don't have any types. This means they lack some documentation and type checking. For this reason, we prefer that new tactics come with:
- some comments above that describe the tactic.
- some examples below that use the tactic.
The contributing guidelines has a new preference:
https://github.com/awalterschulze/regex-reexamined-coq/blob/master/CONTRIBUTING.md#tactics
There is still lots of tactics that have been committed that don't have examples or comments from before this new preference.
Search the codebase for
Ltac
and find these occurrences, add examples and comments as described. Here is an example of how to add examples and comments.https://github.com/awalterschulze/regex-reexamined-coq/blob/master/src/CoqStock/WreckIt.v
The text was updated successfully, but these errors were encountered: