Skip to content

Instantly share code, notes, and snippets.

@hrajchert
Last active May 13, 2019 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrajchert/89c398da3005a5569da4f7000ddfcd6d to your computer and use it in GitHub Desktop.
Save hrajchert/89c398da3005a5569da4f7000ddfcd6d to your computer and use it in GitHub Desktop.
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