Skip to content

Instantly share code, notes, and snippets.

@hrajchert
Created May 13, 2019 03:54
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/c0c7f341a71f492e2b9f6c6a6075779e to your computer and use it in GitHub Desktop.
Save hrajchert/c0c7f341a71f492e2b9f6c6a6075779e to your computer and use it in GitHub Desktop.
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