DEV Community

Discussion on: Modelling the World of Blade Runner with Haskell's Type System

Collapse
 
neilmayhew profile image
Neil Mayhew

This seems to be incorrect:

:t replicant (Year 2035)

replicant can't be applied to the year since it isn't a function

Collapse
 
therewillbecode profile image
Tom Chambrier

Thanks for pointing that out. I had included the function in the code I linked to but forgot to include it in the article.