Skip to content

Instantly share code, notes, and snippets.

@ddrone
Created February 20, 2013 04:24
Show Gist options
  • Select an option

  • Save ddrone/4992880 to your computer and use it in GitHub Desktop.

Select an option

Save ddrone/4992880 to your computer and use it in GitHub Desktop.
Syntactically valid Haskell!
square, double :: Int -> Int
square x = x * x
double x = x * 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment