haskell-nix / hnix

A Haskell re-implementation of the Nix expression language
https://hackage.haskell.org/package/hnix
BSD 3-Clause "New" or "Revised" License
741 stars 114 forks source link

Instead of function application being `NBinary NApp f arg`, it should be `NApp f arg` #1041

Closed Anton-Latukha closed 2 years ago

Anton-Latukha commented 2 years ago

Working on this one.