From 298cf6599c8990f779a25880f3ad609269f283a2 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 30 Jul 2020 00:58:48 -0700 Subject: [PATCH] Publish time traveling post. --- content/blog/haskell_lazy_evaluation/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/blog/haskell_lazy_evaluation/index.md b/content/blog/haskell_lazy_evaluation/index.md index 280c1ea..69ef961 100644 --- a/content/blog/haskell_lazy_evaluation/index.md +++ b/content/blog/haskell_lazy_evaluation/index.md @@ -1,8 +1,7 @@ --- title: "Time Traveling In Haskell: How It Works And How To Use It" -date: 2020-05-03T20:05:29-07:00 +date: 2020-07-30T00:58:10-07:00 tags: ["Haskell"] -draft: true --- I recently got to use a very curious Haskell technique