Tag the more rough articles as expired to make sure they don't show up
This commit is contained in:
parent
846d85bb7a
commit
5bd8c11a86
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user