All Questions
Tagged with validation haskell
3 questions
3
votes
1
answer
931
views
Haskell Luhn Algorithm
Trying to get to grips with Haskell. The problem is taken from here.
...
2
votes
1
answer
759
views
Sudoku validator
I've decided to learn some more Haskell writing a Sudoku validator, the function checkSudoku outputs True if the Sudoku is valid and False if it is not. I did not ...
3
votes
1
answer
100
views
Checking whether a word satisfies a template with wildcards
I'm working one of the recommended tutorials -- actually, the UPenn online course CS194 -- for learning Haskell, and I have a working solution to the final "challenge exercise" for HW 2. But it seems ...