Giter VIP home page Giter VIP logo

Comments (8)

robrix avatar robrix commented on May 27, 2024 1

Same as #133, we’re under PVP rather than semver. So 0.3.1 would be a minor release.

If we run out of minor release numbers we can run to the number store and order some more!

πŸ˜‚

from fused-effects.

robrix avatar robrix commented on May 27, 2024

@joshvera indicated he was on board with this.

@joshvera @patrickt: What do we think about doing this for the 0.3 release vs. pushing it to a minor version (e.g. 0.3.1)?

from fused-effects.

robrix avatar robrix commented on May 27, 2024

I’m super curious whether we can implement something analogous which carries state along with it.

from fused-effects.

robrix avatar robrix commented on May 27, 2024

If we do this, we should also benchmark runInterpret for an effect like State against a carrier like StateC.

from fused-effects.

joshvera avatar joshvera commented on May 27, 2024

What do we think about doing this for the 0.3 release vs. pushing it to a minor version (e.g. 0.3.1)?

I'm partial to a 0.3 minor release as per semver. I believe semver would consider a 0.3.1 a patch release. If we run out of minor release numbers we can run to the number store and order some more!

from fused-effects.

robrix avatar robrix commented on May 27, 2024

After discussion w/ @joshvera, we’ve decided to ship this in 0.3.1 rather than holding up 0.3 waiting on it.

from fused-effects.

isovector avatar isovector commented on May 27, 2024

This looks super similar to my effect type

newtype Semantic r a = Semantic
  { runSemantic
        :: βˆ€ m
         . Monad m
        => (βˆ€ x. Union r (Semantic r) x -> m x)
        -> m a
  }

If it works, this I think would be the stepping stone between our effects implementations. You guys might be putting me out of business here!

from fused-effects.

isovector avatar isovector commented on May 27, 2024

The trick for doing statefulness is to just let m be StateT s n

from fused-effects.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.