axellang / axel

Haskell + Lisp
https://axellang.github.io
BSD 3-Clause "New" or "Revised" License
205 stars 9 forks source link

Preserve infix applications #39

Open jgrosso opened 5 years ago

jgrosso commented 5 years ago

Infix function applications should be converted into calls to applyInfix, but currently they're converted into prefix form instead.