Skip to content

Instantly share code, notes, and snippets.

@harmeetsingh0013
Created December 28, 2017 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harmeetsingh0013/c37ddbae3f48a391c11d8f112d586259 to your computer and use it in GitHub Desktop.
Save harmeetsingh0013/c37ddbae3f48a391c11d8f112d586259 to your computer and use it in GitHub Desktop.
scala> val func = (a: Int) => a + 1
func: Int => Int = $$Lambda$1030/1250816994@3d98d138
scala> def funcd(a: Int) = a + 1
funcd: (a: Int)Int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment