EpiSimdemics Implementation of the EpiSimdemics paper in Haskell: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=5214892 Purpose is to show the use of parallel programming in Haskell How To Run Run "stack build" to build the project Run "stack exec EpiSimdemics-exe -- +RTS -l -N4" to execute the project with 4 cores