[][src]Function monadic::state_trans::put

pub fn put<'a, S>(s: S) -> StateT<'a, S, Vec<((), S)>, ()> where
    S: 'a + Clone