summaryrefslogtreecommitdiffstats
path: root/site/posts/StronglySpecifiedFunctions.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-10-30 16:50:19 +0100
committerThomas Letan <lthms@soap.coffee>2020-10-30 16:50:19 +0100
commit751a595dd3d38abc2efc4620a12e90adfe4b828b (patch)
treead5ee89464bf5791295a4a492bfaa9498ee0b04f /site/posts/StronglySpecifiedFunctions.org
parentUpdate to soupault.2.0.0 (diff)
Reword the titles of the “Strongly-Specified Functions”’s articles
Diffstat (limited to 'site/posts/StronglySpecifiedFunctions.org')
-rw-r--r--site/posts/StronglySpecifiedFunctions.org4
1 files changed, 2 insertions, 2 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]] ::