terminates top-level constant
Matcher
const terminates
A matcher that asserts an IO terminates (completes in finite time)
when evaluated with a TestIORuntime.
Implementation
const Matcher terminates = _Terminates(true);