Skip to content

Commit b999039

Browse files
authored
Update README.md
1 parent c37a962 commit b999039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,9 @@ see [coq-builtin](builtin-doc/coq-builtin.elpi).
538538
look here for list processing code
539539
- [coq-lib](elpi/coq-lib.elpi) provides some utilities to manipulate Coq terms;
540540
it is an addendum to coq-builtin
541-
- [elpi-command-template](elpi/elpi-command-template.elpi) provides the pre-loaded code for `Elpi Command` (execution phase)
541+
- [elpi-command-template](elpi/elpi-command-template.elpi) provides the pre-loaded code for `Elpi Command` (execution phase) and `Elpi Tactic`
542542
- [elpi-command-template-synterp](elpi/elpi-command-template-synterp.elpi) provides the pre-loaded code for `Elpi Command` (parsing phase)
543-
- [elpi-tactic-template](elpi/elpi-tactic-template.elpi) provides the pre-loaded code for `Elpi Tactic`
543+
- [elpi-tactic-template](elpi/elpi-tactic-template.elpi) provides the pre-loaded code for `Elpi Tactic` (note tactics also load [elpi-command-template](elpi/elpi-command-template.elpi))
544544

545545
#### Organization of the repository
546546

0 commit comments

Comments
 (0)