summaryrefslogtreecommitdiffstats
path: root/site/index.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-07-26 23:31:58 +0200
committerThomas Letan <lthms@soap.coffee>2020-07-26 23:31:58 +0200
commitf25464afcc3c7ab8e3164f011552b1245af31a84 (patch)
tree0e8525a487183d300ffed1c31c099f3a03546e38 /site/index.org
parentInitial publication (diff)
Add the latest write-up on Ltac to the index
Diffstat (limited to 'site/index.org')
-rw-r--r--site/index.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/site/index.org b/site/index.org
index dc45a27..6426042 100644
--- a/site/index.org
+++ b/site/index.org
@@ -35,10 +35,13 @@ machine-checked proofs.
An explanation on how to write an almost pure Coq, and working (albeit
minimal) HTTP server.
-- [[./posts/Ltac101.html][Ltac 101]] ::
+- A Series on Ltac ::
Ltac is the “tactic language” of Coq. It allows for writing proof scripts
which construct proof terms later checked by Coq.
+ 1. [[./posts/Ltac101.html][Ltac 101]]
+ 1. [[./posts/MixingLtacAndGallina.html][Mixing Ltac and Gallina for Fun and Benefits]]
+
- [[./posts/RewritingInCoq.html][Rewriting in Coq]] ::
The ~rewrite~ tactics are really useful, since they are not limited to the Coq
built-in equality relation.