Skip to content

Instantly share code, notes, and snippets.

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 jarek-przygodzki/ecaeb97b522331f8be19f2410ae276b4 to your computer and use it in GitHub Desktop.
Save jarek-przygodzki/ecaeb97b522331f8be19f2410ae276b4 to your computer and use it in GitHub Desktop.
type :=>[A, B] = PartialFunction[A, B]
val pf: Double :=> Double = { case x if x >= 0 => Math.sqrt(x) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment