From 6263c7cea5e8340ab6d8d03397e87e920a6bfd72 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Tue, 18 Feb 2020 22:02:27 +0100 Subject: Do not extract Coq terms in Strongly-Specified Functions part 2 --- site/posts/StronglySpecifiedFunctions.v | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'site/posts/StronglySpecifiedFunctions.v') 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 @@ -(** #

Strongly-Specified Functions in Coq, part 1: using the refine Tactic

# +(** #

Strongly-Specified Functions in Coq, part 1: using the refine Tactic

# - This is the first article (initially published on #January - 11, 2015#) of a series of two on how to write strongly-specified - functions in Coq. You can read the next part #here#. *) + This is the first article (initially published on #January 11, 2015#) of a series of two on how to write + strongly-specified functions in Coq. You can read the next part #here#. *) (** I started to play with Coq, the interactive theorem prover developed by Inria, a few weeks ago. It is a very powerful tool, -- cgit v1.2.3