@extension interface IOAssertions : TaglessAssertions<ForIO>
AF |
open fun AF(): Applicative<ForIO> |
blockingValue |
Potentially blocks a running computation until it completes so that it's reduced value can be asserted as the result of the program open fun <A> Kind<ForIO, A>.blockingValue(): A |