sdiehl / write-you-a-haskell

Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
MIT License
3.34k stars 256 forks source link

Replace case of with do blocks for Either #73

Open owickstrom opened 8 years ago

owickstrom commented 8 years ago

Also changed version constraints on base to make the poly_constraints project build with GHC 7.10.2 on OSX.