dhall-haskell/dhall/src
Gabriel Gonzalez 4c9dc60b20
Fix dhall decode bug (#859)
... as caught by @singpolyma

`Dhall.Binary.unApply` was failing to uncurry functions due to the presence of
`Note` constructors.  This caused `dhall encode` to produce different
results from `dhall hash` since the latter was normalizing the expression
(and therefore removing `Note` constructors) whereas the former was not.
2019-03-24 13:18:21 -07:00
..
Dhall Fix dhall decode bug (#859) 2019-03-24 13:18:21 -07:00
Dhall.hs Fix for UnionType (#857) 2019-03-16 10:12:55 -07:00