Skip to content

Instantly share code, notes, and snippets.

@Gryff
Created March 12, 2019 16:23
Show Gist options
  • Save Gryff/adcac5fe63af39da2ea3f48027086489 to your computer and use it in GitHub Desktop.
Save Gryff/adcac5fe63af39da2ea3f48027086489 to your computer and use it in GitHub Desktop.
deposit :: (Monad m, MonadCurrentDateTime m) => Int -> StateT [Transaction] m ()
withdraw :: (Monad m, MonadCurrentDateTime m) => Int -> StateT [Transaction] m ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment