Skip to content

Instantly share code, notes, and snippets.

@munro
Created April 30, 2014 22:11
Show Gist options
  • Save munro/488bdf888644ed58edc0 to your computer and use it in GitHub Desktop.
Save munro/488bdf888644ed58edc0 to your computer and use it in GitHub Desktop.
vmMain :: VMState VMVariable
vmMain = do {
let (VMObject hello) = (VMObject 123);
return VMNull;
-- ^
-- parse error on input `return'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment