Contacts

Here is an non-exhaustive list (sorted by sort) of people I have or have not collaborated with, but have learned a lot from.

sort :: [Person] -> [Person]
sort = sortBy (comparing (\p -> (lastName p, firstName p, middleName p)))