Skip to content

Instantly share code, notes, and snippets.

@carlcrott
Last active August 29, 2015 13:59
Show Gist options
  • Save carlcrott/10749441 to your computer and use it in GitHub Desktop.
Save carlcrott/10749441 to your computer and use it in GitHub Desktop.
test.hs:1:1: Parse error: naked expression at top level
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