<@U0B8UEMV1> stateT operates on the value containe...
# arrow
k
@pakoito stateT operates on the value contained within the ref, and
runM
requires me to pass in the value in the ref as the second parameter. So I can’t call
stateT.runM
without first unpacking the ref.