1
0
Fork 0
pr3-sose2026-fork/haskell/02-list-operations/README.md

329 B

Assignment

You are provided with:

  1. A vector of names
  2. A vector of ages

Your task is to compute a list containing the UPPERCASE names of the two oldest persons whose names ends with an "a". The result shall be sorted by alphabet.

Complete the corresponding unit test in the file 02-list-operations/list-operations.hs.