Skip to content

Instantly share code, notes, and snippets.

@sofoklis
Created August 26, 2012 21:01
Show Gist options
  • Save sofoklis/3483573 to your computer and use it in GitHub Desktop.
Save sofoklis/3483573 to your computer and use it in GitHub Desktop.
b_not_factor part 2
(x ⇒ x match { case Some(v) ~ f ⇒ !f; case None ~ f ⇒ f })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment