When Dhall tries to parse ``` { a = "" , b = [] } ``` it reports the error message ``` Error: Invalid input (input):2:3: | 2 | , b = [] | ^ unexpected 'b' expecting whitespace or } ``` while I would expect an `Empty list literal without annotation` error message