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/99c2b491e6e8d1034782b6ff8fc507c0 to your computer and use it in GitHub Desktop.
Save hrajchert/99c2b491e6e8d1034782b6ff8fc507c0 to your computer and use it in GitHub Desktop.
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