What does the `IO` function do <@UB39JFCKC> ?
# contribute
s
What does the
IO
function do @tall-librarian-49374 ?
t
It's the container type similar to Input/Output in typescript
Accepts a value (input) or task (for output)
s
Makes sense
I forgot they needed discriminating in F# like that