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