dhall-lang / dhall-haskell

Maintainable configuration files
https://dhall-lang.org/
BSD 3-Clause "New" or "Revised" License
908 stars 211 forks source link

`dhall lint` no longer sorts `let` bindings #2503

Closed Gabriella439 closed 1 year ago

Gabriella439 commented 1 year ago

Fixes https://github.com/dhall-lang/dhall-haskell/issues/2480

This lint transformation was unsound and it seems tricky to fix, so the safe thing to do is to remove the transformation for now.