kevinbarabash / compiler

2 stars 0 forks source link

Rename TApp to TFun #25

Closed kevinbarabash closed 2 years ago

kevinbarabash commented 2 years ago

The reason for this rename is that we were generating TApp types from App and Lam nodes which may lead to confusion between TApp and App. Originally the type was called TArr which didn't have this problem, but I found it hard to remember what TArr was meant to represent whereas TFun clicks with me.