dhall-haskell/dhall/tests/lint/success
Gabriel Gonzalez 203a22818e
Fix bug when linting multi-let expressions (#703)
`dhall lint` was incorrectly deleting `let` bindings that are being used
due to not checking other `let` bindings within the same multi-`let`
expression for free variable occurrences.

This change fixes that and adds the first regression test for `dhall
lint`
2018-11-24 08:32:04 -08:00
..
multiletA.dhall Fix bug when linting multi-let expressions (#703) 2018-11-24 08:32:04 -08:00
multiletB.dhall Fix bug when linting multi-let expressions (#703) 2018-11-24 08:32:04 -08:00