Tagged Questions
8
votes
1answer
147 views
How to tell when a job is too big for the pattern matcher?
Pattern matching is great but it has its limitations. Consider sorting a list of numbers from smallest to largest:
...
4
votes
4answers
192 views
How to pick out the element in a list of lists which satisfies a particular condition?
I have got a list:
...