elm-state icon indicating copy to clipboard operation
elm-state copied to clipboard

Threading state through computations in elm

Results 2 elm-state issues
Sort by recently updated
recently updated
newest added

Add replace a shorthand for `map (\_ -> value)`

As you point out in the readme: https://github.com/folkertdev/elm-state#problems this is not stack-safe. How would you feel about taking inspiration from [purescript-tailrec](https://pursuit.purescript.org/packages/purescript-tailrec/2.0.0) and adding something like [`tailRecM`](https://pursuit.purescript.org/packages/purescript-tailrec/2.0.0/docs/Control.Monad.Rec.Class#v:tailRecM) specifically for this case?...