Skip to content

Instantly share code, notes, and snippets.

@devboy
Created November 22, 2011 00:46
Show Gist options
  • Save devboy/1384527 to your computer and use it in GitHub Desktop.
Save devboy/1384527 to your computer and use it in GitHub Desktop.
var square = function(x: Float) {
return x * x;
}
type(square); // type of square is Float -> Float
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment