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 This repository contains collections of code snippets related to my
[Effect Systems](https://jrpotter.github.io/posts/effect-systems/) blog post. [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 > As Ive begun exploring the world of so-called algebraic effect systems, Ive
become increasingly frustrated in the level of documentation around them. > become increasingly frustrated in the level of documentation around them.
Learning to use them (and moreso, understanding how they work) requires diving > Learning to use them (and moreso understanding how they work) requires diving
into the internals, watching various videos, and hoping to grok why certain > into library internals, watching various videos, and hoping to grok why
effects arent being interpreted they way you might have hoped. My goal in this > certain effects arent being interpreted the way you might have hoped. My goal
post is to address this issue, at least to some degree, in a focused, > 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 > pedagogical fashion.
fused-effects, library, chosen because it seems to have the most active
development, the smallest dependency footprint, and minimal type machinery.
## Building ## Building