From 1f851ca9f2b400b5f7ca4d6a10c15fa734b86a17 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Tue, 4 Feb 2020 22:15:45 +0100 Subject: Change the date format --- site/posts/Ltac101.v | 3 ++- site/posts/RewritingInCoq.v | 3 ++- site/posts/StronglySpecifiedFunctions.v | 3 ++- site/posts/StronglySpecifiedFunctionsProgram.v | 10 ++++------ site/posts/extensible-type-safe-error-handling.org | 3 ++- site/posts/index.html | 4 ++-- site/posts/lisp-journey-getting-started.org | 3 ++- site/posts/monad-transformers.org | 3 ++- 8 files changed, 18 insertions(+), 14 deletions(-) (limited to 'site/posts') diff --git a/site/posts/Ltac101.v b/site/posts/Ltac101.v index a9d4d68..ebf3566 100644 --- a/site/posts/Ltac101.v +++ b/site/posts/Ltac101.v @@ -1,6 +1,7 @@ (** #

Ltac 101

- + +October 16, 2017 # *) (** In this article, I give an overview of my findings about the Ltac language, diff --git a/site/posts/RewritingInCoq.v b/site/posts/RewritingInCoq.v index 5ebf6c6..542190c 100644 --- a/site/posts/RewritingInCoq.v +++ b/site/posts/RewritingInCoq.v @@ -1,6 +1,7 @@ (** #

Rewriting in Coq

- + +May 13, 2017 # *) (** I have to confess something. In the published codebase of SpecCert lies a diff --git a/site/posts/StronglySpecifiedFunctions.v b/site/posts/StronglySpecifiedFunctions.v index 9aceb67..d241c26 100644 --- a/site/posts/StronglySpecifiedFunctions.v +++ b/site/posts/StronglySpecifiedFunctions.v @@ -1,6 +1,7 @@ (** #

Strongly-Specified Functions in Coq with the refine Tactic

- + +January 11, 2015 # *) (** I started to play with Coq, the interactive theorem prover diff --git a/site/posts/StronglySpecifiedFunctionsProgram.v b/site/posts/StronglySpecifiedFunctionsProgram.v index 78ccefb..122a9ef 100644 --- a/site/posts/StronglySpecifiedFunctionsProgram.v +++ b/site/posts/StronglySpecifiedFunctionsProgram.v @@ -1,12 +1,10 @@ (** #

Strongly-Specified Functions in Coq with the Program Framework

+# *) -

-This blogpost was initially published on , and as later been heavily rewritten in -late 2019. -

- # *) +(** This blogpost was initially published on # + January 01, 2017#, and as later been heavily rewritten in + late 2019. *) (** #
# *) diff --git a/site/posts/extensible-type-safe-error-handling.org b/site/posts/extensible-type-safe-error-handling.org index 115b3e8..9164bc2 100644 --- a/site/posts/extensible-type-safe-error-handling.org +++ b/site/posts/extensible-type-safe-error-handling.org @@ -1,6 +1,7 @@ #+BEGIN_EXPORT html

Extensible Type-Safe Error Handling in Haskell

- + +February 04, 2018 #+END_EXPORT #+OPTIONS: toc:nil diff --git a/site/posts/index.html b/site/posts/index.html index 4cf073e..fce046b 100644 --- a/site/posts/index.html +++ b/site/posts/index.html @@ -9,8 +9,8 @@ Haskell.

- +
+

If you like what you read, have a question or for any other reasons really, diff --git a/site/posts/lisp-journey-getting-started.org b/site/posts/lisp-journey-getting-started.org index 3d8a6c1..a198c3d 100644 --- a/site/posts/lisp-journey-getting-started.org +++ b/site/posts/lisp-journey-getting-started.org @@ -1,6 +1,7 @@ #+BEGIN_EXPORT html

Discovering Common Lisp with trivial-gamekit

- + +June 17, 2018 #+END_EXPORT diff --git a/site/posts/monad-transformers.org b/site/posts/monad-transformers.org index de29053..e94f07d 100644 --- a/site/posts/monad-transformers.org +++ b/site/posts/monad-transformers.org @@ -1,6 +1,7 @@ #+BEGIN_EXPORT html

Monad Transformers are a Great Abstraction

- + +July 15, 2017 #+END_EXPORT #+OPTIONS: toc:nil -- cgit v1.2.3