You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
over the past few days with dhall oftentimes I encountered parsing errors with the error location very distant to the fix location. The debugging often gave me good few minutes of "find elmo" fun.
The location and description of parsing errors often seems in human terms unrelated to the error.
Below one such minimal unparsing example. Will add more. The parsing error occurs here at the m letter in map = with description: "expecting whitespace or }".
Hey,
over the past few days with dhall oftentimes I encountered parsing errors with the error location very distant to the fix location. The debugging often gave me good few minutes of "find elmo" fun.
The location and description of parsing errors often seems in human terms unrelated to the error.
Below one such minimal unparsing example. Will add more. The parsing error occurs here at the
m
letter inmap =
with description: "expecting whitespace or }".The error "really" happens in the definition of
mkIntervals
where the lambda lacks its argument name, there's only the argument type.Another example is where usage of
:
instead of=
in record values results in errors somewhere else completely.The text was updated successfully, but these errors were encountered: