1
Fork 0

Clean up README.

main
Joshua Potter 2022-03-21 10:31:48 -04:00
parent 206f8c9594
commit f32b0db1ce
1 changed files with 6 additions and 9 deletions

View File

@ -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 Ive begun exploring the world of so-called algebraic effect systems, Ive
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 arent 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, Ill 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 arent 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