-
### Sujet de l'article
Sujet très inspiré de [cet article](https://roganmurley.com/2021/12/11/free-monads.html) dont le lien avait été posté sur le canal `#langages-fonctionnels`. Il traite de l'ut…
-
https://www.reddit.com/r/haskell/comments/7zh81v/stm_on_free_monads/duphsmd/
-
Consider the following example that uses free monads:
``` scala
import scalaz.Free
sealed trait Account
sealed trait RepoF[A]
// the algebraic data types
case class Query(no: String) extends Rep…
-
Oleg, in `Freer Monads, More Extensible Effects`, describes the implementation of Fluet and Morrisett’s “monadic regions”, which are like a nested `ST` monad.
-
The relevant state-of-the-art projects and publications should be explored in order to get inspiration and come up with good ideas. Below is the list of things to start exploration with. The outcomes …
-
We've developed monotone predicate monads for e.g. monotone typed state.
I was wondering if there is interest in getting such definitions into the standard library.
If so, I can prepare a PR.
One…
-
I didnt find this function in https://hackage.haskell.org/package/freer
but it was in a paper "Freer Monads, More Extensible Effects" http://okmij.org/ftp/Haskell/extensible/more.pdf
it allows `…
-
Subscribe to this issue and stay notified about new [weekly trending repos in PureScript](https://github.com/trending/purescript?since=weekly).
-
Would you take a PR to change the `MarkupM` monad to use `purescript-free`?
I would also like to be able to use `purescript-inject` to make the various HTML element smart constructors work with diffe…
paf31 updated
9 years ago
-
I have a naive question which may betray my background in programming language theory: what is the intended notion of Sail program equality?
I know that this is a subtle issue, and not providing a…