here is an example of a `Monad[Future]` in Scala t...
# functional
r
here is an example of a
Monad[Future]
in Scala that introduces nondeterminism via
Future#zip
to achieve the same in Scala https://github.com/frees-io/freestyle/blob/master/modules/core/shared/src/main/scala/freestyle/NonDeterminism.scala#L40