|
|
|
|
|
by mseepgood
1922 days ago
|
|
Let's say you have implemented a function that sorts a list in Haskell, which has a relatively strong type system. How do you make sure that it sorts the list and does not reverse it instead, how do you know that your job is done? |
|