Created
January 7, 2017 18:16
-
-
Save esad/f6ba3792518f6ddf6dfa535b72e7cfeb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modify' f = do | |
modify f | |
state <- get | |
localStorage <- fromEff getLocalStorage | |
fromEff $ setItem localStorage stateKey state |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment