summaryrefslogtreecommitdiffstats
path: root/site/posts/StronglySpecifiedFunctions.v
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-18 22:02:27 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-18 22:17:21 +0100
commit6263c7cea5e8340ab6d8d03397e87e920a6bfd72 (patch)
tree0c9b6c174d5be232c4d6f02caa48731e9b46e9fd /site/posts/StronglySpecifiedFunctions.v
parentDisable `custom-entry-overriden' warning of Coq (diff)
Do not extract Coq terms in Strongly-Specified Functions part 2
Diffstat (limited to 'site/posts/StronglySpecifiedFunctions.v')
-rw-r--r--site/posts/StronglySpecifiedFunctions.v10
1 files changed, 5 insertions, 5 deletions
diff --git a/site/posts/StronglySpecifiedFunctions.v b/site/posts/StronglySpecifiedFunctions.v
index 3adfe50..55af679 100644
--- a/site/posts/StronglySpecifiedFunctions.v
+++ b/site/posts/StronglySpecifiedFunctions.v
@@ -1,9 +1,9 @@
-(** # <h1>Strongly-Specified Functions in Coq, part 1: using the <code>refine</code> Tactic</h1>#
+(** #<h1>Strongly-Specified Functions in Coq, part 1: using the <code>refine</code> Tactic</h1>#
- This is the first article (initially published on #<span class="time">January
- 11, 2015</span>#) of a series of two on how to write strongly-specified
- functions in Coq. You can read the next part #<a
- href="/posts/StronglySpecifiedFunctionsProgram">here</a>#. *)
+ This is the first article (initially published on #<span
+ class="time">January 11, 2015</span>#) of a series of two on how to write
+ strongly-specified functions in Coq. You can read the next part #<a
+ href="/posts/StronglySpecifiedFunctionsProgram">here</a>#. *)
(** I started to play with Coq, the interactive theorem prover
developed by Inria, a few weeks ago. It is a very powerful tool,