Skip to content

Instantly share code, notes, and snippets.

@voidlizard
Created April 8, 2011 16:20
Show Gist options
  • Save voidlizard/910206 to your computer and use it in GitHub Desktop.
Save voidlizard/910206 to your computer and use it in GitHub Desktop.
updateSessionsToState :: AppState -> Sessions -> IO ()
updateSessionsToState s ns = do
liftIO $ putMVar (sessions s) ns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment