From 751a595dd3d38abc2efc4620a12e90adfe4b828b Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Fri, 30 Oct 2020 16:50:19 +0100 Subject: =?UTF-8?q?Reword=20the=20titles=20of=20the=20=E2=80=9CStrongly-Sp?= =?UTF-8?q?ecified=20Functions=E2=80=9D=E2=80=99s=20articles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/posts/StronglySpecifiedFunctions.org | 4 ++-- site/posts/StronglySpecifiedFunctionsProgram.v | 2 +- site/posts/StronglySpecifiedFunctionsRefine.v | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/posts/StronglySpecifiedFunctions.org b/site/posts/StronglySpecifiedFunctions.org index 9bd488d..805b944 100644 --- a/site/posts/StronglySpecifiedFunctions.org +++ b/site/posts/StronglySpecifiedFunctions.org @@ -12,6 +12,6 @@ results are correct too. However, implementing dependently-typed functions can be challenging. In this series, we explore several approaches available to Coq developers. -- [[./StronglySpecifiedFunctionsRefine.html][Using the ~refine~ Tactics]] :: +- [[./StronglySpecifiedFunctionsRefine.html][Implementing Strongly-Specified Functions with the ~refine~ Tactic]] :: -- [[./StronglySpecifiedFunctionsProgram.html][Using the ~Program~ Framework]] :: +- [[./StronglySpecifiedFunctionsProgram.html][Implementing Strongly-Specified Functions with the ~Program~ Framework]] :: diff --git a/site/posts/StronglySpecifiedFunctionsProgram.v b/site/posts/StronglySpecifiedFunctionsProgram.v index 8ffb70c..1b4ab5f 100644 --- a/site/posts/StronglySpecifiedFunctionsProgram.v +++ b/site/posts/StronglySpecifiedFunctionsProgram.v @@ -1,4 +1,4 @@ -(** * Strongly-Specified Functions in Coq, part 2: the <> Framework +(** * Implementing Strongly-Specified Functions with the <> Framework This is the second article (initially published on #January 01, 2017#) of a series of two on how diff --git a/site/posts/StronglySpecifiedFunctionsRefine.v b/site/posts/StronglySpecifiedFunctionsRefine.v index d9bb3aa..1d4ec2e 100644 --- a/site/posts/StronglySpecifiedFunctionsRefine.v +++ b/site/posts/StronglySpecifiedFunctionsRefine.v @@ -1,4 +1,4 @@ -(** * Strongly-Specified Functions in Coq, part 1: using the <> Tactic *) +(** * Implementing Strongly-Specified Functions with the <> Tactic *) (** This is the first article (initially published on #January 11, 2015#) of a series of two on -- cgit v1.2.3