From f32b0db1cef53439739077b9b3aa59fe72b07111 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Mon, 21 Mar 2022 10:31:48 -0400 Subject: [PATCH] Clean up README. --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 30a3972..9f3cfc6 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,14 @@ This repository contains collections of code snippets related to my [Effect Systems](https://jrpotter.github.io/posts/effect-systems/) blog post. -The post is not yet publically available. > As I’ve begun exploring the world of so-called algebraic effect systems, I’ve -become increasingly frustrated in the level of documentation around them. -Learning to use them (and moreso, understanding how they work) requires diving -into the internals, watching various videos, and hoping to grok why certain -effects aren’t being interpreted they way you might have hoped. My goal in this -post is to address this issue, at least to some degree, in a focused, -pedagogical fashion. In particular, I’ll aim to build up an intution of the -fused-effects, library, chosen because it seems to have the most active -development, the smallest dependency footprint, and minimal type machinery. +> become increasingly frustrated in the level of documentation around them. +> Learning to use them (and moreso understanding how they work) requires diving +> into library internals, watching various videos, and hoping to grok why +> certain effects aren’t being interpreted the way you might have hoped. My goal +> in this post is to address this issue, at least to some degree, in a focused, +> pedagogical fashion. ## Building