Skip to content

Instantly share code, notes, and snippets.

@eagletmt
Created February 13, 2012 12:10
Show Gist options
  • Save eagletmt/1816359 to your computer and use it in GitHub Desktop.
Save eagletmt/1816359 to your computer and use it in GitHub Desktop.
module M where
foo, bar :: Double
foo = 10
bar = foo + foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment