Fix meta description on part 4 of SPA

This commit is contained in:
Danila Fedorin 2024-11-03 17:59:37 -08:00
parent 9fc2d16fb8
commit 9b93582d18

View File

@ -1,7 +1,7 @@
---
title: "Implementing and Verifying \"Static Program Analysis\" in Agda, Part 4: The Fixed-Point Algorithm"
series: "Static Program Analysis in Agda"
description: "In this post, I give a top-level overview of my work on formally verified static analyses"
description: "In this post, I show how to find the least fixed point of a finite-height lattice"
date: 2024-11-03T17:50:26-08:00
tags: ["Agda", "Programming Languages"]
---