Last active
May 13, 2019 03:56
-
-
Save hrajchert/89c398da3005a5569da4f7000ddfcd6d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
run :: forall a. (forall r. ST r a) -> a | |
myDoExpr :: forall r. ST r Int | |
mutable1 :: Int | |
mutable1 = run myDoExpr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment