Created
May 13, 2019 03:54
-
-
Save hrajchert/99c2b491e6e8d1034782b6ff8fc507c0 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
write :: forall a r. a -> STRef r a -> ST r a | |
-- 1) forall a r. | |
-- 2) a -> | |
-- 3) STRef r a -> | |
-- 4) ST r a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment