(defn fetch-state "Return a state-monad function that returns the current state and does not modify it." [] (update-state identity))
Comments top
No comments for fetch-state. Log in to add a comment.