The Wayback Machine - https://web.archive.org/web/20201109185642/https://github.com/topics/algebraic-effects
Skip to content
#

algebraic-effects

Here are 41 public repositories matching this topic...

cowboyd
cowboyd commented Oct 7, 2020

When wondering why there were failing checks, I looked and saw that we still had the CircleCI webhook enabled. After disabling that webhook and check, I noticed we still have a couple things to do:

  1. It looks like we're doing both branch and pr builds. This is good, but shouldn't we be only doing one build per platform? Ideally we would do branch builds, but with the the merge commit so
cdaringe
cdaringe commented Apr 4, 2020

problem

generated symbols are at risk of collision

'use effects'
try{
  const result = perform ({type : 'effect'});
  console.log(result);
} handle default with (e) {
  const handler = "GOTCHA"
  recall handler;
}

generates:

    *[__defaultEffectHandler__](e, resume) {
      const result = yield function (handler) {
        return new Promise(async (res, rej) 

Improve this page

Add a description, image, and links to the algebraic-effects topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the algebraic-effects topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.