Fix meta description on part 4 of SPA
This commit is contained in:
parent
9fc2d16fb8
commit
9b93582d18
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Implementing and Verifying \"Static Program Analysis\" in Agda, Part 4: The Fixed-Point Algorithm"
|
title: "Implementing and Verifying \"Static Program Analysis\" in Agda, Part 4: The Fixed-Point Algorithm"
|
||||||
series: "Static Program Analysis in Agda"
|
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
|
date: 2024-11-03T17:50:26-08:00
|
||||||
tags: ["Agda", "Programming Languages"]
|
tags: ["Agda", "Programming Languages"]
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue
Block a user