Created
July 18, 2016 00:46
-
-
Save davidbarsky/5e1cf3bca070d19b6c3f8e354dc87950 to your computer and use it in GitHub Desktop.
This file contains 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
-- This, but with Java’s FutureTasks | |
main :: IO () | |
main = do | |
message <- getMessage | |
invoice <- getInvoiceDetail message | |
insertToDatabase(invoice) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment