Tag the more rough articles as expired to make sure they don't show up

This commit is contained in:
Danila Fedorin 2023-01-29 21:23:59 -08:00
parent 846d85bb7a
commit 5bd8c11a86
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: "Multiple Typeclass Instances using Newtype in Haskell"
date: 2022-04-28T23:09:42-07:00
expirydate: 2022-04-28T23:09:42-07:00
tags: ["Haskell"]
draft: true
---

View File

@ -1,6 +1,7 @@
---
title: "Induction Principles from Base Functors"
date: 2022-04-22T12:19:22-07:00
expirydate: 2022-04-22T12:19:22-07:00
tags: ["Idris"]
draft: true
---

View File

@ -1,6 +1,7 @@
---
title: Typeclasses are Basically Logic Programming
date: 2021-06-28T17:11:38-07:00
expirydate: 2021-06-28T17:11:38-07:00
draft: true
description: "In this post, we explore the connection between typeclasses and logic programming."
tags: ["Haskell", "Prolog"]