From e147992bf64bfd55f7b0718e81b73f2219b33c31 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Fri, 14 Feb 2020 08:23:59 +0100 Subject: Rework the introduction of the strongly-specified functions serie --- site/posts/StronglySpecifiedFunctions.v | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'site/posts/StronglySpecifiedFunctions.v') diff --git a/site/posts/StronglySpecifiedFunctions.v b/site/posts/StronglySpecifiedFunctions.v index d241c26..d2d05ac 100644 --- a/site/posts/StronglySpecifiedFunctions.v +++ b/site/posts/StronglySpecifiedFunctions.v @@ -1,8 +1,13 @@ (** # -

Strongly-Specified Functions in Coq with the refine Tactic

- -January 11, 2015 - # *) +

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

+ +

+ This is the first article (initially published on January + 11, 2015) of a serie 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