Does anyone know of any example code that combines...
# arrow
r
Does anyone know of any example code that combines
Free
with
Effect
? I have an impure interpreter seen here (starting at line 90) : https://github.com/RawToast/go-north-and-die/blob/master/src/main/kotlin/gonorth/GoNorth.kt And was considering using Effect instead to make it pure, but struggled to find any examples for this — which would be much easier than going in blind! 🙂 If I get round to it, I’d happily contribute to the documentation.