data David = Notes | Projects | Talks
Projects
GHCi, version 23.04.23: https://www.haskell.org/   :? for help
*David> print math >> mapM_ print (filter ((==) "math" . fst) projects) *David> print comp >> mapM_ print (filter ((==) "comp" . fst) projects)