Skip to content

Instantly share code, notes, and snippets.

@novodinia
Created January 7, 2014 21:56
Show Gist options
  • Save novodinia/8307624 to your computer and use it in GitHub Desktop.
Save novodinia/8307624 to your computer and use it in GitHub Desktop.
Prelude> do {
Prelude| y <- return 43
Prelude| x <- return 42
Prelude| putStrLn "hello"
Prelude| }
<interactive>:17:3: parse error on input `<-'
Prelude>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment