Last active
May 13, 2019 03:56
-
-
Save hrajchert/89c398da3005a5569da4f7000ddfcd6d to your computer and use it in GitHub Desktop.
Revisions
-
hrajchert created this gist
May 13, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ run :: forall a. (forall r. ST r a) -> a myDoExpr :: forall r. ST r Int mutable1 :: Int mutable1 = run myDoExpr