Publish the last two posts in the SPA series

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-12-25 19:05:28 -08:00
parent bca44343eb
commit 1f01c3caff
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@ series: "Static Program Analysis in Agda"
description: "In this post, I use the monotone lattice framework and verified CFGs to define a sign analysis"
date: 2024-12-01T15:09:07-08:00
tags: ["Agda", "Programming Languages"]
draft: true
---
In the previous post, I showed that the Control Flow graphs we built of our

View File

@ -2,9 +2,8 @@
title: "Implementing and Verifying \"Static Program Analysis\" in Agda, Part 9: Verifying the Forward Analysis"
series: "Static Program Analysis in Agda"
description: "In this post, I prove that the sign analysis from the previous is correct"
date: 2024-12-17T19:51:00-08:00
date: 2024-12-25T19:00:00-08:00
tags: ["Agda", "Programming Languages"]
draft: true
left_align_code: true
---