Skip to content

Instantly share code, notes, and snippets.

@Gryff
Created February 21, 2019 11:10
Show Gist options
  • Save Gryff/d42f20ae97f625ebe1f5a6f60feccd54 to your computer and use it in GitHub Desktop.
Save Gryff/d42f20ae97f625ebe1f5a6f60feccd54 to your computer and use it in GitHub Desktop.
lift :: m a -> t m a
-- more concretely for our use case
lift :: IO () -> StateT [Transaction] IO ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment