Update the blog for series navigation
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
9d31764073
commit
78bba7a0e9
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Implementing and Verifying \"Static Program Analysis\" in Agda, Part 1: Lattices"
|
title: "Implementing and Verifying \"Static Program Analysis\" in Agda, Part 1: Lattices"
|
||||||
series: "Static Program Analysis in Agda"
|
series: "Static Program Analysis in Agda"
|
||||||
date: 2024-04-12T14:23:03-07:00
|
date: 2024-04-13T14:23:03-07:00
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -7,4 +7,5 @@ summary = """
|
||||||
using Haskell, and translate to Python.
|
using Haskell, and translate to Python.
|
||||||
"""
|
"""
|
||||||
status = "suspended"
|
status = "suspended"
|
||||||
|
divider = " - "
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -6,4 +6,5 @@ summary = """
|
||||||
formally prove that the solution is correct.
|
formally prove that the solution is correct.
|
||||||
"""
|
"""
|
||||||
status = "suspended"
|
status = "suspended"
|
||||||
|
divider = " - "
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -8,4 +8,5 @@ summary = """
|
||||||
polymorphism.
|
polymorphism.
|
||||||
"""
|
"""
|
||||||
status = "complete"
|
status = "complete"
|
||||||
|
divider = " - "
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -7,4 +7,5 @@ summary = """
|
||||||
"""
|
"""
|
||||||
status = "ongoing"
|
status = "ongoing"
|
||||||
draft = true
|
draft = true
|
||||||
|
divider = ": "
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -8,4 +8,5 @@ summary = """
|
||||||
doesn't have to worry about checking for type errors.
|
doesn't have to worry about checking for type errors.
|
||||||
"""
|
"""
|
||||||
status = "complete"
|
status = "complete"
|
||||||
|
divider = ", "
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -8,4 +8,5 @@ summary = """
|
||||||
"""
|
"""
|
||||||
status = "ongoing"
|
status = "ongoing"
|
||||||
draft = true
|
draft = true
|
||||||
|
divider = ": "
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f3bf27d4a119fc15d7739195610fadce6b5add26
|
Subproject commit 00431109ac518c0ab411d770b7678b45ffa7f6bd
|
Loading…
Reference in New Issue
Block a user