<https://arrow-kt.io/docs/effects/fx/>
# arrow
i
Last time I checked I could not compile this one. And now it is not IO<Unit>. WHat am I missing ?
According to the Docs to Id Monad/Comonad this seems valid, but how can I prevent the execution because calling greet still prints the values. I already tried !effect
p
side-effects have to be suspend functions
yours are not 😄
it is Id<Unit> because that the fx version you’ve imported
try changing it to the IO version
i
thank you. My IDE imported the wrong fx