Skip to content

Instantly share code, notes, and snippets.

@pasberth
Created October 25, 2013 03:19
Show Gist options
  • Save pasberth/7148989 to your computer and use it in GitHub Desktop.
Save pasberth/7148989 to your computer and use it in GitHub Desktop.
TypedCoffeeScript
$ ./bin/coffee --js < a.coffee
Cannot read property 'args' of undefined
num_id :: Number -> Number = (x) -> x
str_id :: String -> String = num_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment