From f25464afcc3c7ab8e3164f011552b1245af31a84 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sun, 26 Jul 2020 23:31:58 +0200 Subject: Add the latest write-up on Ltac to the index --- site/index.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'site') 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. -- cgit v1.2.3