Skip to content

Instantly share code, notes, and snippets.

@chnn
Created May 13, 2015 00:01
Show Gist options
  • Select an option

  • Save chnn/8613eb156898bde5b847 to your computer and use it in GitHub Desktop.

Select an option

Save chnn/8613eb156898bde5b847 to your computer and use it in GitHub Desktop.
validate :: Integer -> Bool
validate n = mod (sumDigits (doubleEveryOther (toDigits n))) 10 == 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment