update dates on type-algebra.*

This commit is contained in:
queue-miscreant 2025-08-07 22:16:34 -05:00
parent 12fe38bfd5
commit 71b4f64594
2 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,11 @@
--- ---
title: "Type Algebra and You, Part 1: Basics" title: "Type Algebra and You, Part 1: Basics"
description: | description: |
... Counting and arithmetic on finite types.
format: format:
html: html:
html-math-method: katex html-math-method: katex
# TODO date: "2022-07-06"
date: "2023-11-01"
date-modified: "2025-08-06" date-modified: "2025-08-06"
categories: categories:
- haskell - haskell

View File

@ -1,12 +1,11 @@
--- ---
title: "Type Algebra and You, Part 2: A Fixer-upper" title: "Type Algebra and You, Part 2: A Fixer-upper"
description: | description: |
... Broadening arithmetic to exponentials and adding in fixed points.
format: format:
html: html:
html-math-method: katex html-math-method: katex
# TODO date: "2022-07-24"
date: "2023-11-01"
date-modified: "2025-08-06" date-modified: "2025-08-06"
categories: categories:
- haskell - haskell