Skip to content

Commit 27d5fe6

Browse files
committed
Publish 'Calculus of Constructions in 60 Lines of Ocaml'
1 parent 547d712 commit 27d5fe6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

metadata/posts.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"name": "CoC-60",
4+
"title": "Calculus of Constructions in 60 Lines of Ocaml",
5+
"date": "Apr 22, 2025",
6+
"redirect-to": "https://gist.github.com/hirrolot/c89baa9b83c7da9b87146be88e560351"
7+
},
28
{
39
"name": "sat-supercompilation",
410
"title": "Solving SAT via Positive Supercompilation",

rss.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<link>https://hirrolot.github.io/</link>
55
<description>My blog about programming and computer science.</description>
66
<language>en-us</language>
7+
<item>
8+
<title>Calculus of Constructions in 60 Lines of Ocaml</title>
9+
<guid>https://hirrolot.github.io/posts/CoC-60.html</guid>
10+
<pubDate>Thu, 23 Apr 2025 00:00:00 GMT</pubDate>
11+
</item>
712
<item>
813
<title>Solving SAT via Positive Supercompilation</title>
914
<guid>https://hirrolot.github.io/posts/sat-supercompilation.html</guid>

0 commit comments

Comments
 (0)