In my experiment with Free code, I also have a pro...
# arrow
p
In my experiment with Free code, I also have a problem with State as container 😫 I built an interpereter with
StatePartialOf
... it seems to me, the call of
tailRecM()
method does not execute any step of my Free program 🙃 I call
Free.foldMap
with
State().monad()
as argument. I would like to understand ! Note : the use of other monads like
Ior
or
Either
produces expected results...