[Haskell] CMSB 2023: second call for papers

2023-03-14 Thread Jun PANG
CMSB 2023: 21st Conference on Computational Methods in Systems Biology Luxembourg City, Luxembourg September 13-15, 2023 Conference website: https://cmsb2023.uni.lu/ CMSB series website: https://cmsb.sciencesconf.org/

Understanding how warnings on unused functions work

2023-03-14 Thread Raghu Ranganathan
This is related to a feature in the futhark compiler , which is a language with a similar module system. I am trying to create a tool to detect unused top-level functions in Futhark, and I have been looking in the ghc codebase to find out how it