|
|
|
|
|
by timfi
1430 days ago
|
|
To be quite honest: I don't think there is anything along those lines. But if want to tackle it I recommend looking for PDF copy of Types and Programming Languages by Benjamin C. Pierce. It contains all necessary typing rules — barred the whole inference magic — be it System F, ADTs or Records. EDIT: Oh and also contains the reduction rules ofcourse! Though the book assumes you now how to read inference rules. ;) EDIT: I just found an official PDF source: http://basics.sjtu.edu.cn/~xiaojuan/tapl2016/files/Types+and... |
|