In this tutorial, we are going to cover Lazy evaluation, which is a technique for keeping your code pure, by deferring evaluation along with any side effects until it's time to return a value. Lazy ...
purescript-bridge to the rescue Turns out this idea is not new, and Robert Klotzner has already done it for us, which is quite nice. From the docs, purescript-bridge tells us it will write PureScript ...