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

Added missing TArr to the type definition #71

Closed samvher closed 9 years ago

samvher commented 9 years ago

TArr is referenced in the code a few times but is never defined. In the code it is part of the Type datatype, so I added it there.