*David> print mast >> mapM_ print (filter ((==) "mast" . fst) notes)
-
Here are some lecture notes for Part III modules in the University of Cambridge.
*David> print m4 >> mapM_ print (filter ((==) "m4" . fst) notes)
-
Here are some lecture notes for fourth year modules in Imperial College London.
*David> print m3 >> mapM_ print (filter ((==) "m3" . fst) notes)
-
Here are some lecture notes for third year modules in Imperial College London.
*David> print disclaimer
- If you discover any errors or typos, please do not hesitate to contact me via email at dka31@cantab.ac.uk, and I will surely fix them within a day.