Module Monad.State

type ('a, 'prio, 'state) t = 'state -> ('a * 'state, 'prio) Schedulable.t