Skip to content

Instantly share code, notes, and snippets.

@zarinfam
Created July 16, 2019 08:30
Show Gist options
  • Save zarinfam/028b341439df02008d66e8bd4b61770f to your computer and use it in GitHub Desktop.
Save zarinfam/028b341439df02008d66e8bd4b61770f to your computer and use it in GitHub Desktop.
isPow2Even :: Integer -> Bool
isPow2Even = even . pow2 --instead of: even $ pow2 a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment