Pre-1.0 docs. FsFlow is still on the next documentation line, so APIs and examples may change before 1.0.
next
Lifts a Result into a synchronous flow.
Result
let res = Ok "success" let flow = Flow.fromResult res