Last active
August 29, 2015 13:59
-
-
Save carlcrott/10749441 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
test.hs:1:1: Parse error: naked expression at top level |
This file contains hidden or 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
runShpider $ do | |
download "http://apage.com" | |
theForm : _ <- getFormsByAction "http://anotherpage.com" | |
sendForm $ fillOutForm theForm $ pairs $ do | |
"occupation" =: "unemployed Haskell programmer" | |
"location" =: "mother's house" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment