Async vs Futures Talk This is the repo for a talk given by Bhargav Voleti and Matthew Wraith on March 27th 2019 at the joint Chicago Haskell and Chicago Rust meetup. Building the slides Simply call make to build the slides: $ make Building the Haskell part of the repo You need to have stack installed. $ cd haskell $ stack build